iac/docker/cf/docker-compose.yml
Renovate Bot 55a85039cb
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 9s
⬆️ Update bellamy/wallos Docker tag to v2.23.1
2024-09-01 23:00:47 +00:00

18 lines
No EOL
530 B
YAML

---
services:
cf-tunnel:
restart: unless-stopped
image: cloudflare/cloudflared@sha256:5c23f47be85b92930b348c390c84d802f3c0370d5e5278075e73096c4bbfd94b
command: tunnel --no-autoupdate run --token $CF_TOKEN
wallos:
container_name: wallos
image: bellamy/wallos:2.23.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