Added Backup
This commit is contained in:
@@ -96,6 +96,24 @@ services:
|
||||
volumes:
|
||||
- /srv/docker/heimdall:/config
|
||||
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
container_name: homepage
|
||||
environment:
|
||||
- "PUID=1000"
|
||||
- "PGID=1000"
|
||||
- "TZ=Europe/London"
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- "swag"
|
||||
networks:
|
||||
- swag
|
||||
ports:
|
||||
- 3001:3000
|
||||
volumes:
|
||||
- /srv/docker/homepage:/app/config
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
|
||||
# dashy:
|
||||
# image: lissy93/dashy:latest
|
||||
# container_name: dashy
|
||||
@@ -230,7 +248,7 @@ services:
|
||||
devices:
|
||||
- /dev/dri:/dev/dri
|
||||
- /dev/dri/renderD128:/dev/dri/renderD128
|
||||
- /dev/dri/card0:/dev/dri/card0
|
||||
- /dev/dri/card1:/dev/dri/card1
|
||||
environment:
|
||||
# - DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel
|
||||
- PUID=1000
|
||||
@@ -305,7 +323,7 @@ services:
|
||||
- /srv/docker/ombi/config:/config
|
||||
|
||||
guacamole:
|
||||
image: abesnier/guacamole
|
||||
image: abesnier/guacamole:latest
|
||||
container_name: guacamole
|
||||
user: root
|
||||
environment:
|
||||
|
||||
BIN
t/docker-compose
Normal file
BIN
t/docker-compose
Normal file
Binary file not shown.
Reference in New Issue
Block a user