fix: wrong network
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user