Merge branch 'main' into renovate/ghcr.io-linuxserver-code-server
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 8s
Deploy to Hosts / deploy (pull_request) Successful in 52s

This commit is contained in:
Matt Reeves 2024-08-04 11:54:59 -04:00
commit 973f796cdb
2 changed files with 13 additions and 1 deletions

View file

@ -4,3 +4,15 @@ services:
restart: unless-stopped restart: unless-stopped
image: docker.mafyuh.xyz/cloudflare/cloudflared@sha256:f6e9fff347602b8e70f1765127abc96f3b8d1af4cc46185913a043edab75ae5b image: docker.mafyuh.xyz/cloudflare/cloudflared@sha256:f6e9fff347602b8e70f1765127abc96f3b8d1af4cc46185913a043edab75ae5b
command: tunnel --no-autoupdate run --token $CF_TOKEN command: tunnel --no-autoupdate run --token $CF_TOKEN
wallos:
container_name: wallos
image: bellamy/wallos:2.20.1
ports:
- "8282:80/tcp"
environment:
TZ: 'America/New_York'
volumes:
- '/home/mafyuh/wallos/db:/var/www/html/db'
- '/home/mafyuh/wallos/logos:/var/www/html/images/uploads/logos'
restart: unless-stopped

View file

@ -1,7 +1,7 @@
--- ---
services: services:
netbootxyz: netbootxyz:
image: ghcr.io/linuxserver/netbootxyz@sha256:de2a9aeb5a8049a90551229601d742d3f6fdbf2befcaa77140ce92c48193b05b image: ghcr.io/linuxserver/netbootxyz@sha256:5693c2fe816c92f45f364faa3d05b7bdddef86b58a7cf19fe642eeccf26444b8
container_name: netboot container_name: netboot
environment: environment:
- PUID=1000 - PUID=1000