Recombined bot and service, fixed dockerfile
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user