Enable all services

This commit is contained in:
Yax 2022-12-07 18:55:07 +01:00
parent 75df1be7f7
commit 9067e9ae35
11 changed files with 2 additions and 20 deletions

View file

@ -3,7 +3,6 @@ services:
netdata:
image: netdata/netdata
container_name: netdata
profiles: ["disabled"]
hostname: ${HOST_NETDATA}.${DOMAIN}
expose:
- 19999
@ -39,7 +38,6 @@ 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: