diff --git a/docker/code-server/docker-compose.yaml b/docker/code-server/docker-compose.yaml index 12f40a4..31d0a61 100644 --- a/docker/code-server/docker-compose.yaml +++ b/docker/code-server/docker-compose.yaml @@ -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 - - \ No newline at end of file + external: true \ No newline at end of file