2024-07-12 23:57:29 -04:00
|
|
|
---
|
|
|
|
services:
|
|
|
|
cf-tunnel:
|
|
|
|
restart: unless-stopped
|
2024-10-12 13:00:29 -04:00
|
|
|
image: cloudflare/cloudflared@sha256:717ee9382965765e3a43e9c03b85daffc6283aa5f29f9c2d905cfd0ece5a3ef1
|
2024-07-12 23:57:29 -04:00
|
|
|
command: tunnel --no-autoupdate run --token $CF_TOKEN
|
2024-08-04 00:41:05 -04:00
|
|
|
|
|
|
|
wallos:
|
|
|
|
container_name: wallos
|
2024-10-13 10:00:36 -04:00
|
|
|
image: bellamy/wallos:2.30.0
|
2024-08-04 00:41:05 -04:00
|
|
|
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
|