Skip to content

Commit

Permalink
Added compose/beta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgul committed May 12, 2024
1 parent 3efcc0b commit b6e3585
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions compose/beta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
services:
rpgkeeper:
image: morgul/rpgkeeper:latest
environment:
SESSION_SECRET: "{{sess}}"
DOMAIN: "https://beta.rpgkeeper.com"
CLIENT_SECRET: "{{secret}}"
CLIENT_ID: "{{client}}"
restart: unless-stopped
volumes:
- /srv/docker/rpgkeeper-beta/db:/app/db
ports:
- "5679:5678"

0 comments on commit b6e3585

Please sign in to comment.