fix: fixed docker compose
This commit is contained in:
parent
9ec2791bcb
commit
1aa4b86d65
@ -12,7 +12,6 @@ services:
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
|
||||
keycloak:
|
||||
|
||||
container_name: MyINPulse-keycloak
|
||||
build:
|
||||
context: ./keycloak
|
||||
@ -36,12 +35,12 @@ services:
|
||||
- postgres
|
||||
|
||||
front:
|
||||
build:
|
||||
build:
|
||||
context: ./front/
|
||||
dockerfile: Dockerfile
|
||||
container_name: MyINPulse-front
|
||||
ports:
|
||||
- 8080:80
|
||||
- "8080:80"
|
||||
|
||||
back:
|
||||
build:
|
||||
@ -49,5 +48,5 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
container_name: MyINPulse-back
|
||||
ports:
|
||||
- 8081:8080
|
||||
- "8081:8080"
|
||||
|
Loading…
x
Reference in New Issue
Block a user