use service profiles
This commit is contained in:
parent
1a3a900efa
commit
dec11477a3
9 changed files with 16 additions and 79 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue