Add portainer #53
@ -116,6 +116,17 @@ services:
|
|||||||
- SERVER_COUNTRIES=<vpn_country>
|
- SERVER_COUNTRIES=<vpn_country>
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
# Portainer helps debugging and monitors the containers
|
||||||
|
portainer:
|
||||||
|
image: portainer/agent
|
||||||
|
container_name: portainer
|
||||||
|
ports:
|
||||||
|
- 9001:9001
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
- /var/lib/docker/volumes:/var/lib/docker/volumes
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
# Watchtower is going to keep our instances updated
|
# Watchtower is going to keep our instances updated
|
||||||
watchtower:
|
watchtower:
|
||||||
image: containrrr/watchtower
|
image: containrrr/watchtower
|
||||||
|
Loading…
x
Reference in New Issue
Block a user