Add docker-compose.production.yaml for production deployment

Signed-off-by: Andrea Pavone <info@andreapavone.com>
This commit is contained in:
2024-11-11 20:09:26 +01:00
parent c7f937ec31
commit ed1b82764a
2 changed files with 11 additions and 2 deletions

View File

@ -0,0 +1,11 @@
# docker-compose.yml
services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "127.0.0.1:8000:8000"
environment:
- APP_ENV=production
- DB_CONNECTION=sqlite