front_foundation #13
Makefile
MyINPulse-back
config
documentation/openapi/src
front
Dockerfile
MyINPulse-front
index.htmlpackage-lock.jsonpackage.json
src
ApiClasses
Appointment.tsJoinRequest.tsJoinRequestDecision.tsProject.tsProjectDecision.tsRepport.tsSectionCell.tsUser.tsUserAdmin.tsUserEntrepreneur.ts
App.vuecomponents
AddProjectForm.vueAdminAppointments.vueAgendaComponent.vueAllEntrep.vueGetAppointments.vueHeaderComponent.vueLoginComponent.vuePendingProjectComponent.vuePendingRequestsManager.vueProjectComponent.vue
main.tscanvas
contact.tsicons
plugins
router
services
stores
views
keycloak
@ -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"
|
||||
|
Reference in New Issue
Block a user