code-server docker-compose.yaml

This commit is contained in:
2024-05-07 22:24:00 +01:00
parent 355b68e28c
commit 28503f90ea

View File

@@ -15,7 +15,6 @@ services:
- has_config:/mnt/has_config
- nginx_conf:/mnt/nginx_config
- mosquitto_config:/mnt/mosquitto_config
- telegraf_conf:/mnt/telegraf_conf
- hostfs:/mnt/hostfs
networks:
- code
@@ -29,7 +28,6 @@ volumes:
has_config:
name: has_app_config
external: true
has_config:
hostfs:
external: true
nginx_conf:
@@ -37,12 +35,7 @@ volumes:
external: true
mosquitto_config:
external: true
telegraf_conf:
external: true
name: monitoring_telegraf_conf
networks:
code:
reverseproxy_public:
external: true