Recombined bot and service, fixed dockerfile

This commit is contained in:
Benjamin Sherriff
2023-10-05 15:38:59 -04:00
parent 5915a29dd5
commit 5dcc2a6afc
27 changed files with 64 additions and 153 deletions

View File

@@ -17,6 +17,9 @@ services:
DATABASE_PORT: 5432
SERVICE_HOST: service
SERVICE_PORT: 5000
DATA_DIR_PATH: /data
volumes:
- ${DATA_DIR_PATH}:/data
ports:
- ${SERVICE_PORT:-5000}:5000
depends_on: