changed nginx and code-server to docker compose on host

This commit is contained in:
2024-05-26 11:09:56 +01:00
parent bb5b58ecf0
commit 467be18fc4
3 changed files with 9 additions and 10 deletions

View File

@@ -15,8 +15,7 @@ services:
- code-server_config:/config
- code-server_root:/root
- has_config:/mnt/has_config
- nginx_conf:/config/workspace/docker/nginx/volumes/nginx_conf
- ssl_data:/mnt/ssl_data
- ./../nginx/volumes/nginx_conf:/config/workspace/host/repos/homesrv01.dev.lan/docker/nginx/volumes/nginx_conf
- mosquitto_config:/mnt/mosquitto_config
- zigbee2mqtt_data:/mnt/zigbee2mqtt_data
- hostfs:/mnt/hostfs
@@ -37,12 +36,6 @@ volumes:
external: true
hostfs:
external: true
nginx_conf:
name: reverseproxy_nginx-conf.d
external: true
ssl_data:
name: reverseproxy_etc_ssl
external: true
mosquitto_config:
external: true
networks: