Add portainer just in case

This commit is contained in:
Isaac Shoebottom 2024-05-28 19:08:10 -03:00
parent eecd123c53
commit 0f8d48b1cf
3 changed files with 18 additions and 0 deletions

View File

@ -1,6 +1,7 @@
version: '3'
services:
jellyfin-vue:
container_name: jellyfin-vue
image: ghcr.io/jellyfin/jellyfin-vue:unstable
ports:
- 8083:80

View File

@ -1,6 +1,7 @@
version: '3'
services:
jellyfin:
container_name: jellyfin
image: jellyfin/jellyfin:latest
network_mode: 'host'
restart: 'unless-stopped'

View File

@ -0,0 +1,16 @@
version: "2"
services:
portainer:
container_name: portainer
image: portainer/portainer-ce:latest
command: -H unix:///var/run/docker.sock
restart: always
environment:
- VIRTUAL_HOST=portainer.shoebottom.ca
- VIRTUAL_PORT=9000
ports:
- 9443:9443
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /docker/appdata/portainer/data:/data