front_foundation #13

Merged
piair merged 188 commits from front_foundation into main 2025-05-14 09:08:33 +02:00
67 changed files with 5040 additions and 2965 deletions
Showing only changes of commit 0a15dbbf2d - Show all commits

@ -34,19 +34,19 @@ services:
depends_on:
- postgres
#front:
# build:
# context: ./front/
# dockerfile: Dockerfile
# container_name: MyINPulse-front
# ports:
# - "8080:80"
back:
front:
build:
context: ./MyINPulse-back/
context: ./front/
dockerfile: Dockerfile
container_name: MyINPulse-back
container_name: MyINPulse-front
ports:
- "8081:8080"
- "8080:80"
#back:
# build:
# context: ./MyINPulse-back/
# dockerfile: Dockerfile
# container_name: MyINPulse-back
# ports:
# - "8081:8080"