Add: posio game

This commit is contained in:
root 2022-10-29 21:50:35 +00:00
parent 1142586189
commit 08f3bf7d31
2 changed files with 12 additions and 0 deletions

10
posio/docker-compose.yml Normal file
View File

@ -0,0 +1,10 @@
services:
posio:
image: littlestache/posio
volumes:
- $app_dir_data:/posio
environment:
- POSIO_SETTINGS=/app/config.py
ports:
- 5000:5000

2
posio/vars.yml Normal file
View File

@ -0,0 +1,2 @@
traefik_svc_port: 5000