pali-lili/docker-compose.prod.yml

17 lines
233 B
YAML
Raw Permalink Normal View History

2025-12-14 17:47:51 +00:00
version: '3.7'
services:
app:
container_name: app
image: app
env_file:
- .env
ports:
- "8000:8000"
build:
context: .
dockerfile: Dockerfile
command:
- entrypoints/gunicorn.sh