Remove networks v3
This commit is contained in:
@@ -14,12 +14,3 @@ services:
|
|||||||
# Network port configuration
|
# Network port configuration
|
||||||
ports:
|
ports:
|
||||||
- ${PORT}:8123 # Web interface port
|
- ${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
|
# Network configuration
|
||||||
ports:
|
ports:
|
||||||
- ${DB_PORT}:3306 # MariaDB port
|
- ${DB_PORT}:3306 # MariaDB port
|
||||||
networks:
|
|
||||||
- backend # Connects to backend network
|
|
||||||
|
|
||||||
# Health monitoring
|
# Health monitoring
|
||||||
healthcheck:
|
healthcheck:
|
||||||
@@ -82,13 +80,3 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- ${SERVER_PORT}:6157 # Web interface port
|
- ${SERVER_PORT}:6157 # Web interface port
|
||||||
- 2222:2222 # SSH port for Git operations
|
- 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
|
# Network configuration
|
||||||
ports:
|
ports:
|
||||||
- ${DB_PORT}:5432 # PostgreSQL port
|
- ${DB_PORT}:5432 # PostgreSQL port
|
||||||
networks:
|
|
||||||
- backend # Connects to backend network
|
|
||||||
|
|
||||||
# Health monitoring
|
# Health monitoring
|
||||||
healthcheck:
|
healthcheck:
|
||||||
@@ -78,13 +76,3 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- ${SERVER_PORT}:6157 # Web interface port
|
- ${SERVER_PORT}:6157 # Web interface port
|
||||||
- 2222:2222 # SSH port for Git operations
|
- 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
|
# Network configuration
|
||||||
ports:
|
ports:
|
||||||
- ${PORT}:5487 # Web interface port
|
- ${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
|
# Network configuration
|
||||||
ports:
|
ports:
|
||||||
- ${PORT}:5232 # DAV service port
|
- ${PORT}:5232 # DAV service port
|
||||||
networks:
|
|
||||||
- frontend # Connects to frontend network
|
|
||||||
|
|
||||||
# Health monitoring
|
# Health monitoring
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: curl -f http://127.0.0.1:5232 || exit 1 # Simple HTTP check
|
test: curl -f http://127.0.0.1:5232 || exit 1 # Simple HTTP check
|
||||||
interval: 30s # Check every 30 seconds
|
interval: 30s # Check every 30 seconds
|
||||||
retries: 3 # Allow 3 failures before marking unhealthy
|
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
|
# Network configuration
|
||||||
ports:
|
ports:
|
||||||
- ${PORT}:8080 # Web interface port
|
- ${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
|
# Network configuration
|
||||||
ports:
|
ports:
|
||||||
- ${PORT}:8282 # Web interface port
|
- ${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