Add portainer #53

Merged
rogs merged 3 commits from add-portainer into master 2023-01-30 16:07:06 -03:00
Showing only changes of commit c89050afcf - Show all commits

View File

@ -116,6 +116,17 @@ services:
- SERVER_COUNTRIES=<vpn_country>
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:
image: containrrr/watchtower