Files
chaosmith-site/docker-compose.yml
CryingSurrogate 1df576cc09 better port
2026-06-24 15:06:31 +03:00

9 lines
149 B
YAML

services:
website:
build: .
ports:
- "8993:8000"
volumes:
- ./content/posts:/app/content/posts
restart: unless-stopped