flask_template_codex/compose.yaml
2026-08-08 05:37:41 +02:00

22 lines
358 B
YAML

services:
steady:
build: /home/patsy/apps/steady
container_name: steady
restart: unless-stopped
environment:
- STEADY_ENV=production
- SECRET_KEY=${SECRET_KEY}
volumes:
- steady_data:/app/instance
networks:
- proxy
expose:
- "8020"
volumes:
steady_data:
a
networks:
proxy:
external: true