iac/docker/cf/docker-compose.yml
Renovate Bot f323afc94d
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 8s
⬆️ Update bellamy/wallos Docker tag to v2.22.0
2024-08-09 14:00:42 +00:00

18 lines
No EOL
548 B
YAML

---
services:
cf-tunnel:
restart: unless-stopped
image: docker.mafyuh.xyz/cloudflare/cloudflared@sha256:31fc2956d49179f7fd230b030e702e40ade7ccc361d0f1079e4a56bc888678f9
command: tunnel --no-autoupdate run --token $CF_TOKEN
wallos:
container_name: wallos
image: bellamy/wallos:2.22.0
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