35235
This commit is contained in:
@@ -28,12 +28,12 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: backend/Dockerfile
|
dockerfile: backend/Dockerfile
|
||||||
env_file:
|
env_file:
|
||||||
- .env.example
|
- .env
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres-control
|
- postgres-control
|
||||||
- postgres-target
|
- postgres-target
|
||||||
ports:
|
ports:
|
||||||
- "4000:4000"
|
- "5000:4000"
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user