This commit is contained in:
Benjamin Sherriff
2023-10-05 09:07:53 -04:00
parent ac17be838a
commit 1b41849115
54 changed files with 6473 additions and 129 deletions

View File

@@ -1,5 +1,6 @@
version: '3.8'
name: siren
services:
service:
image: siren-service:${SIREN_VERSION:-latest}
@@ -14,7 +15,7 @@ services:
environment:
DATABASE_HOST: db
DATABASE_PORT: 5432
SERVICE_HOST: siren
SERVICE_HOST: service
SERVICE_PORT: 5000
ports:
- ${SERVICE_PORT:-5000}:5000