Fixed dev docker-compose and updated vrb text

This commit is contained in:
2023-10-02 21:39:19 -04:00
parent 10e711afb6
commit 85c11aca1b
2 changed files with 12 additions and 4 deletions

View File

@@ -26,12 +26,13 @@ services:
- .env
environment:
DATABASE_HOST: db
DATABASE_PORT: 5432
SERVICE_HOST: service
SERVICE_PORT: 5000
ports:
- "${SERVICE_PORT:-5000}:5000"
build:
context: service
context: .
depends_on:
- db
networks: