thedocks/writefreely/compose.yml
2025-12-20 21:31:09 +00:00

16 lines
297 B
YAML

services:
writefreely:
build:
context: .
args:
- REPOSITORY=$REPOSITORY
- VERSION=$VERSION
restart: unless-stopped
ports:
- $PORT:8080
environment:
- USERNAME
- PASSWORD
volumes:
- ./config:/config:Z
- ./data:/data:Z