352fd7740a
The Compose specification recommends `compose.yaml` as the canonical filename. Update the root file and the deployment docs reference. Ref: https://github.com/compose-spec/compose-spec/blob/main/spec.md#compose-file Co-authored-by: Matt Kane <mkane@cloudflare.com>
14 lines
214 B
YAML
14 lines
214 B
YAML
services:
|
|
emdash:
|
|
build: .
|
|
ports:
|
|
- "4321:4321"
|
|
volumes:
|
|
- emdash-data:/app/data
|
|
- emdash-uploads:/app/uploads
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
emdash-data:
|
|
emdash-uploads:
|