use service profiles

This commit is contained in:
Yax 2022-03-05 14:59:24 +01:00
parent 1a3a900efa
commit dec11477a3
9 changed files with 16 additions and 79 deletions

View file

@ -3,6 +3,7 @@ services:
netdata:
image: netdata/netdata
container_name: netdata
profiles: ["disabled"]
hostname: ${HOST_NETDATA}.${DOMAIN}
expose:
- 19999
@ -38,6 +39,7 @@ services:
docker-proxy:
image: tecnativa/docker-socket-proxy
container_name: docker-proxy
profiles: ["disabled"]
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
environment: