fix: port

This commit is contained in:
ɧσℓσ
2025-12-02 00:06:41 +01:00
parent 44b9723dba
commit 767c687529

View File

@@ -4,7 +4,7 @@ services:
api:
build: .
container_name: anime_tracker_api
ports:
expose:
- "8000"
environment:
- DATABASE_URL=${DATABASE_URL:-postgresql://user:password@host:5432/anime_tracker}