Remove networks v3
This commit is contained in:
@@ -38,16 +38,9 @@ services:
|
||||
# Network configuration
|
||||
ports:
|
||||
- ${PORT}:5232 # DAV service port
|
||||
networks:
|
||||
- frontend # Connects to frontend network
|
||||
|
||||
# Health monitoring
|
||||
healthcheck:
|
||||
test: curl -f http://127.0.0.1:5232 || exit 1 # Simple HTTP check
|
||||
interval: 30s # Check every 30 seconds
|
||||
retries: 3 # Allow 3 failures before marking unhealthy
|
||||
|
||||
# External network definition
|
||||
networks:
|
||||
frontend:
|
||||
external: true # Uses pre-existing network
|
||||
|
Reference in New Issue
Block a user