changed code server volume mounts
This commit is contained in:
@@ -13,10 +13,11 @@ services:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- code-server_config:/config
|
||||
- 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
|
||||
- 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
|
||||
networks:
|
||||
- code
|
||||
@@ -37,6 +38,8 @@ volumes:
|
||||
external: true
|
||||
mosquitto_config:
|
||||
external: true
|
||||
mosquitto_data:
|
||||
external: true
|
||||
networks:
|
||||
code:
|
||||
reverseproxy_public:
|
||||
|
||||
Reference in New Issue
Block a user