Added lib to service

This commit is contained in:
Benjamin Sherriff
2023-10-04 19:58:54 -04:00
parent cee9dbdc81
commit ecc65222b6
20 changed files with 169 additions and 166 deletions

View File

@@ -1,8 +1,8 @@
version: '3.8'
services:
siren:
image: siren:${SIREN_VERSION:-latest}
service:
image: siren-service:${SIREN_VERSION:-latest}
container_name: siren-service
build:
context: .
@@ -16,6 +16,8 @@ services:
DATABASE_PORT: 5432
SERVICE_HOST: siren
SERVICE_PORT: 5000
ports:
- ${SERVICE_PORT:-5000}:5000
depends_on:
- db
networks: