fix: merge errors
This commit is contained in:
parent
d1fce63ac5
commit
0a15dbbf2d
@ -34,19 +34,19 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
|
|
||||||
#front:
|
front:
|
||||||
# build:
|
|
||||||
# context: ./front/
|
|
||||||
# dockerfile: Dockerfile
|
|
||||||
# container_name: MyINPulse-front
|
|
||||||
# ports:
|
|
||||||
# - "8080:80"
|
|
||||||
|
|
||||||
back:
|
|
||||||
build:
|
build:
|
||||||
context: ./MyINPulse-back/
|
context: ./front/
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: MyINPulse-back
|
container_name: MyINPulse-front
|
||||||
ports:
|
ports:
|
||||||
- "8081:8080"
|
- "8080:80"
|
||||||
|
|
||||||
|
#back:
|
||||||
|
# build:
|
||||||
|
# context: ./MyINPulse-back/
|
||||||
|
# dockerfile: Dockerfile
|
||||||
|
# container_name: MyINPulse-back
|
||||||
|
# ports:
|
||||||
|
# - "8081:8080"
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user