chore: small improvements in compose.dev.yaml

This commit is contained in:
ITQ
2025-01-26 15:30:52 +03:00
parent 827834449f
commit 8905efe3a9
+4 -2
View File
@@ -4,7 +4,7 @@ services:
app: app:
build: . build: .
ports: ports:
- 8080:8080 - 8000:8080
environment: environment:
- DJANGO_DEBUG=False - DJANGO_DEBUG=False
- SERVER_ADDRESS=0.0.0.0:8080 - SERVER_ADDRESS=0.0.0.0:8080
@@ -32,9 +32,11 @@ services:
antifraud: antifraud:
image: docker.io/lodthe/prod-backend-antifraud:latest image: docker.io/lodthe/prod-backend-antifraud:latest
ports:
- 9090:9090
environment: environment:
- SERVER_PORT=9090 - SERVER_PORT=9090
- CACHE_DURATION_MS=5000 - CACHE_DURATION_MS=60000
volumes: volumes:
postgres_data: postgres_data: