Remove networks v3
This commit is contained in:
@@ -14,12 +14,3 @@ services:
|
||||
# Network port configuration
|
||||
ports:
|
||||
- ${PORT}:8123 # Web interface port
|
||||
|
||||
# Network configuration
|
||||
networks:
|
||||
- frontend # Connects to frontend network
|
||||
|
||||
# External network definition
|
||||
networks:
|
||||
frontend:
|
||||
external: true # Uses pre-existing frontend network
|
||||
|
@@ -24,8 +24,6 @@ services:
|
||||
# Network configuration
|
||||
ports:
|
||||
- ${DB_PORT}:3306 # MariaDB port
|
||||
networks:
|
||||
- backend # Connects to backend network
|
||||
|
||||
# Health monitoring
|
||||
healthcheck:
|
||||
@@ -82,13 +80,3 @@ services:
|
||||
ports:
|
||||
- ${SERVER_PORT}:6157 # Web interface port
|
||||
- 2222:2222 # SSH port for Git operations
|
||||
networks:
|
||||
- frontend # Connects to frontend network
|
||||
- backend # Connects to backend network
|
||||
|
||||
# External network definitions
|
||||
networks:
|
||||
frontend:
|
||||
external: true # Uses pre-existing network
|
||||
backend:
|
||||
external: true # Uses pre-existing network
|
||||
|
@@ -20,8 +20,6 @@ services:
|
||||
# Network configuration
|
||||
ports:
|
||||
- ${DB_PORT}:5432 # PostgreSQL port
|
||||
networks:
|
||||
- backend # Connects to backend network
|
||||
|
||||
# Health monitoring
|
||||
healthcheck:
|
||||
@@ -78,13 +76,3 @@ services:
|
||||
ports:
|
||||
- ${SERVER_PORT}:6157 # Web interface port
|
||||
- 2222:2222 # SSH port for Git operations
|
||||
networks:
|
||||
- frontend # Connects to frontend network
|
||||
- backend # Connects to backend network
|
||||
|
||||
# External network definitions
|
||||
networks:
|
||||
frontend:
|
||||
external: true # Uses pre-existing network
|
||||
backend:
|
||||
external: true # Uses pre-existing network
|
||||
|
@@ -22,10 +22,3 @@ services:
|
||||
# Network configuration
|
||||
ports:
|
||||
- ${PORT}:5487 # Web interface port
|
||||
networks:
|
||||
- frontend # Connects to frontend network
|
||||
|
||||
# External network definition
|
||||
networks:
|
||||
frontend:
|
||||
external: true # Uses pre-existing network
|
||||
|
@@ -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
|
||||
|
@@ -27,10 +27,3 @@ services:
|
||||
# Network configuration
|
||||
ports:
|
||||
- ${PORT}:8080 # Web interface port
|
||||
networks:
|
||||
- frontend # Connects to frontend network
|
||||
|
||||
# External network definition
|
||||
networks:
|
||||
frontend:
|
||||
external: true # Uses existing Docker network
|
||||
|
@@ -18,10 +18,3 @@ services:
|
||||
# Network configuration
|
||||
ports:
|
||||
- ${PORT}:8282 # Web interface port
|
||||
networks:
|
||||
- frontend # Connects to frontend network
|
||||
|
||||
# External network definition
|
||||
networks:
|
||||
frontend:
|
||||
external: true # Uses existing Docker network
|
||||
|
Reference in New Issue
Block a user