You've already forked Promocode-API
mirror of
https://github.com/devitq/Promocode-API.git
synced 2026-05-22 20:57:11 +00:00
chore: small improvements in compose.dev.yaml
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user