Fully containerized
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
shelem:
|
||||
container_name: shelem
|
||||
image: git.goyban.com/goyban/shelem:latest
|
||||
pull_policy: missing
|
||||
ports:
|
||||
- "4001:4000"
|
||||
- "4444:4443"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
- /root/hokm/data:/hokm-data:ro
|
||||
- /root/hearts/public/cards:/app/public/cards:ro
|
||||
env_file:
|
||||
- .env
|
||||
Reference in New Issue
Block a user