feat: add docker-compose and update playbook for BetterShift deployment

This commit is contained in:
martin.fencl
2026-06-29 12:22:15 +02:00
parent 728bf7c33d
commit ce2fe364a5
2 changed files with 242 additions and 0 deletions
@@ -0,0 +1,19 @@
name: bettershift
services:
bettershift:
container_name: bettershift
image: ghcr.io/pantelx/bettershift:v2.2.1
restart: unless-stopped
ports:
- '0.0.0.0:3067:3000'
volumes:
- /data/compose/bettershift/data:/app/data
env_file:
- .env.bettershift
environment:
- TZ=Europe/Prague