Remove network for nextcloud
This commit is contained in:
@@ -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:
|
||||||
@@ -48,8 +46,6 @@ services:
|
|||||||
# Network configuration
|
# Network configuration
|
||||||
ports:
|
ports:
|
||||||
- ${VALKEY_PORT}:6379 # Valkey port
|
- ${VALKEY_PORT}:6379 # Valkey port
|
||||||
networks:
|
|
||||||
- backend # Connects to backend network
|
|
||||||
|
|
||||||
# Health monitoring
|
# Health monitoring
|
||||||
healthcheck:
|
healthcheck:
|
||||||
@@ -97,9 +93,6 @@ services:
|
|||||||
# Network configuration
|
# Network configuration
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:80
|
- ${APP_PORT}:80
|
||||||
networks:
|
|
||||||
- frontend # Connects to frontend network
|
|
||||||
- backend # Connects to backend network
|
|
||||||
|
|
||||||
# Nextcloud Cron Service
|
# Nextcloud Cron Service
|
||||||
nextcloud_cron:
|
nextcloud_cron:
|
||||||
@@ -135,15 +128,3 @@ services:
|
|||||||
# Persistent storage configuration
|
# Persistent storage configuration
|
||||||
volumes:
|
volumes:
|
||||||
- ${APPDATA_PATH}/nextcloud/app:/var/www/html
|
- ${APPDATA_PATH}/nextcloud/app:/var/www/html
|
||||||
|
|
||||||
# Network configuration
|
|
||||||
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
|
|
||||||
|
Reference in New Issue
Block a user