summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-30 15:14:35 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-30 15:14:35 -0300
commitc89050afcfbb8b0b10894ed4735cb9ec2ef65e41 (patch)
tree06cff377aba443f0ead295a2ede00b44b26a7cc1
parent030067af92980423973a68b6fb372df11bc61f62 (diff)
Added portainer
-rw-r--r--docker-compose.example.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/docker-compose.example.yaml b/docker-compose.example.yaml
index e9356bd..f4fb119 100644
--- a/docker-compose.example.yaml
+++ b/docker-compose.example.yaml
@@ -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