Spells endpoints

This commit is contained in:
Benjamin Sherriff
2023-10-03 14:21:53 -04:00
parent 95ede3291e
commit 16d8fa5af8
10 changed files with 330 additions and 98 deletions

View File

@@ -14,6 +14,8 @@ services:
environment:
DATABASE_HOST: db
DATABASE_PORT: 5432
SERVICE_HOST: siren
SERVICE_PORT: 5000
depends_on:
- db
restart: unless-stopped