Add portainer #53
@ -118,13 +118,14 @@ services:
|
|||||||
|
|
||||||
# Portainer helps debugging and monitors the containers
|
# Portainer helps debugging and monitors the containers
|
||||||
portainer:
|
portainer:
|
||||||
image: portainer/agent
|
image: portainer/portainer-ce
|
||||||
container_name: portainer
|
container_name: portainer
|
||||||
ports:
|
ports:
|
||||||
- 9001:9001
|
- 9000:9000
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /var/lib/docker/volumes:/var/lib/docker/volumes
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
- <install_location>/config/portainer:/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
# Watchtower is going to keep our instances updated
|
# Watchtower is going to keep our instances updated
|
||||||
|
@ -60,6 +60,7 @@ running_services_location() {
|
|||||||
echo "Prowlarr: http://$host_ip:9696/"
|
echo "Prowlarr: http://$host_ip:9696/"
|
||||||
echo "Bazarr: http://$host_ip:6767/"
|
echo "Bazarr: http://$host_ip:6767/"
|
||||||
echo "$media_service: http://$host_ip:$media_service_port/"
|
echo "$media_service: http://$host_ip:$media_service_port/"
|
||||||
|
echo "Portainer: http://$host_ip:9000/"
|
||||||
}
|
}
|
||||||
|
|
||||||
# ============================================================================================
|
# ============================================================================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user