potential fix for network issue
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
services:
|
||||
void-sentinel:
|
||||
build: .
|
||||
networks:
|
||||
- dokploy-network
|
||||
environment:
|
||||
- RUST_LOG
|
||||
- API_KEY
|
||||
@@ -18,17 +20,13 @@ services:
|
||||
- IGNORE_RUDE
|
||||
- API_PORT=8080
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: [ "CMD", "curl", "-H", "X-API-Key: ${API_KEY}", "-f", "http://localhost:8080/api/beta_testing" ]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
start_period: 10s
|
||||
|
||||
web:
|
||||
build: ./web
|
||||
ports:
|
||||
- "3000:3000"
|
||||
networks:
|
||||
- dokploy-network
|
||||
environment:
|
||||
- AUTH_SECRET
|
||||
- AUTH_DISCORD_ID
|
||||
@@ -43,3 +41,7 @@ services:
|
||||
void-sentinel:
|
||||
condition: service_healthy
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
dokploy-network:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user