Forgot to mount docker socket

This commit is contained in:
Jef Roosens 2022-02-22 10:25:39 +01:00
parent 99ee278926
commit 97357b9d00
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30

View file

@ -47,6 +47,8 @@ services:
- 'VIETER_ADDRESS=https://arch.r8r.be' - 'VIETER_ADDRESS=https://arch.r8r.be'
secrets: secrets:
- vieter_api_key - vieter_api_key
volumes:
- '/var/run/docker.sock:/var/run/docker.sock'
networks: networks:
public: public: