Pull in code from pool_elo

need to re-integrate yugioh code
This commit is contained in:
2024-09-03 01:52:20 -04:00
parent 921f2de61a
commit 4674289473
54 changed files with 1775 additions and 164 deletions

View File

@@ -0,0 +1,18 @@
services:
db:
image: postgres:15.3-alpine
restart: unless-stopped
ports:
- 5433:5432
networks:
- db
volumes:
- postgres-data:/var/lib/postgresql/data
env_file:
- .env
volumes:
postgres-data:
networks:
db: