code-server docker-compose.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user