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