Compare commits

..

No commits in common. "bb574f48fcd2ccf9d8146bdbf971a0cdba658150" and "87ca4a39ab82a54f5c4e076e64d94d18ba77632e" have entirely different histories.

View File

@ -36,9 +36,14 @@ services:
- NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL} - NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL}
env_file: .env env_file: .env
ports: ports:
- "8081:3000" # Let Docker assign a dynamic host port - "3005:3000" # Map to a fixed port instead of dynamic
networks: networks:
- infinity-network - 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 Service
worker: worker: