fix: wrong network

This commit is contained in:
2024-06-07 20:58:17 +00:00
parent b534acb705
commit c352d29c86
3 changed files with 6 additions and 6 deletions

View File

@@ -25,10 +25,10 @@ services:
diun.enable: true diun.enable: true
networks: networks:
- monitoring - monitoring
- proxy - dmz
networks: networks:
monitoring: monitoring:
external: true external: true
proxy: dmz:
external: true external: true

View File

@@ -4,7 +4,7 @@ services:
image: lscr.io/linuxserver/code-server image: lscr.io/linuxserver/code-server
restart: unless-stopped restart: unless-stopped
networks: networks:
- proxy - dmz
volumes: volumes:
- ./appconf:/config - ./appconf:/config
environment: environment:
@@ -22,5 +22,5 @@ services:
diun.enable: true diun.enable: true
networks: networks:
proxy: dmz:
external: true external: true

View File

@@ -15,11 +15,11 @@ services:
- DIUN_WATCH_JITTER=30s - DIUN_WATCH_JITTER=30s
- DIUN_PROVIDERS_DOCKER=true - DIUN_PROVIDERS_DOCKER=true
networks: networks:
- proxy - dmz
labels: labels:
# Diun # Diun
diun.enable: true diun.enable: true
networks: networks:
proxy: dmz:
external: true external: true