Compare commits
2 Commits
87ca4a39ab
...
bb574f48fc
| Author | SHA1 | Date | |
|---|---|---|---|
| bb574f48fc | |||
| 23186b4e51 |
@ -36,14 +36,9 @@ services:
|
||||
- NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL}
|
||||
env_file: .env
|
||||
ports:
|
||||
- "3005:3000" # Map to a fixed port instead of dynamic
|
||||
- "8081:3000" # Let Docker assign a dynamic host port
|
||||
networks:
|
||||
- infinity-network
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3000/api/health"]
|
||||
interval: 20s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
# Worker Service
|
||||
worker:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user