feat: add docker-compose and update playbook for BetterShift deployment
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user