fix: docker compose

This commit is contained in:
ɧσℓσ
2025-12-02 18:06:52 +01:00
parent 1ac9ea3618
commit 09f760646e
2 changed files with 6 additions and 5 deletions

View File

@@ -2,10 +2,11 @@ version: '3.8'
services:
api:
build: .
container_name: anime_tracker_api
build:
context: .
dockerfile: Dockerfile
ports:
- "8012:8000"
- "3000"
environment:
- DATABASE_URL=${DATABASE_URL:-postgresql://user:password@host:5432/anime_tracker}
- SECRET_KEY=${SECRET_KEY:-change-this-secret-key-in-production-min-32-characters-long}