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 - has_config:/mnt/has_config
- nginx_conf:/mnt/nginx_config - nginx_conf:/mnt/nginx_config
- mosquitto_config:/mnt/mosquitto_config - mosquitto_config:/mnt/mosquitto_config
- telegraf_conf:/mnt/telegraf_conf
- hostfs:/mnt/hostfs - hostfs:/mnt/hostfs
networks: networks:
- code - code
@@ -29,7 +28,6 @@ volumes:
has_config: has_config:
name: has_app_config name: has_app_config
external: true external: true
has_config:
hostfs: hostfs:
external: true external: true
nginx_conf: nginx_conf:
@@ -37,12 +35,7 @@ volumes:
external: true external: true
mosquitto_config: mosquitto_config:
external: true external: true
telegraf_conf:
external: true
name: monitoring_telegraf_conf
networks: networks:
code: code:
reverseproxy_public: reverseproxy_public:
external: true external: true