changed code server volume mounts
This commit is contained in:
@@ -13,10 +13,11 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- code-server_config:/config
|
- code-server_config:/config
|
||||||
- code-server_root:/root
|
- code-server_root:/root
|
||||||
- has_config:/mnt/has_config
|
- has_config:/config/workspace/host/repos/homesrv01.dev.lan/lib/homeAssistant/volumes/config
|
||||||
- ./../nginx/volumes/nginx_conf:/config/workspace/host/repos/homesrv01.dev.lan/docker/nginx/volumes/nginx_conf
|
- ./../nginx/volumes/nginx_conf:/config/workspace/host/repos/homesrv01.dev.lan/docker/nginx/volumes/nginx_conf
|
||||||
- mosquitto_config:/config/workspace/host/repos/homesrv01.dev.lan/lib/mosquitto/volumes/config
|
- mosquitto_config:/config/workspace/host/repos/homesrv01.dev.lan/lib/mosquitto/volumes/config
|
||||||
- zigbee2mqtt_data:/mnt/zigbee2mqtt_data
|
- mosquitto_data:/config/workspace/host/repos/homesrv01.dev.lan/lib/mosquitto/volumes/data
|
||||||
|
- zigbee2mqtt_data:/config/workspace/host/repos/homesrv01.dev.lan/docker/zigbee2mqtt/volumes/data
|
||||||
- hostfs:/mnt/hostfs
|
- hostfs:/mnt/hostfs
|
||||||
networks:
|
networks:
|
||||||
- code
|
- code
|
||||||
@@ -37,6 +38,8 @@ volumes:
|
|||||||
external: true
|
external: true
|
||||||
mosquitto_config:
|
mosquitto_config:
|
||||||
external: true
|
external: true
|
||||||
|
mosquitto_data:
|
||||||
|
external: true
|
||||||
networks:
|
networks:
|
||||||
code:
|
code:
|
||||||
reverseproxy_public:
|
reverseproxy_public:
|
||||||
|
|||||||
Reference in New Issue
Block a user