Compare commits
No commits in common. "81ce4fdb4cbdd27f985810400b4f01ca1049a02e" and "6ff6ce5052debd050983cb6759203e060510cd36" have entirely different histories.
81ce4fdb4c
...
6ff6ce5052
@ -48,4 +48,4 @@ services:
|
||||
# container_name: MyINPulse-back
|
||||
# ports:
|
||||
# - "8081:8080"
|
||||
#
|
||||
|
@ -42,11 +42,11 @@ services:
|
||||
# ports:
|
||||
# - "8080:80"
|
||||
|
||||
#back:
|
||||
# build:
|
||||
# context: ./MyINPulse-back/
|
||||
# dockerfile: Dockerfile
|
||||
# container_name: MyINPulse-back
|
||||
# ports:
|
||||
# - "8081:8080"
|
||||
back:
|
||||
build:
|
||||
context: ./MyINPulse-back/
|
||||
dockerfile: Dockerfile
|
||||
container_name: MyINPulse-back
|
||||
ports:
|
||||
- "8081:8080"
|
||||
|
@ -45,11 +45,11 @@ services:
|
||||
ports:
|
||||
- "8080:80"
|
||||
|
||||
#back:
|
||||
# build:
|
||||
# context: ./MyINPulse-back/
|
||||
# dockerfile: Dockerfile
|
||||
# container_name: MyINPulse-back
|
||||
# #ports:
|
||||
# # - "8081:8080"
|
||||
back:
|
||||
build:
|
||||
context: ./MyINPulse-back/
|
||||
dockerfile: Dockerfile
|
||||
container_name: MyINPulse-back
|
||||
#ports:
|
||||
# - "8081:8080"
|
||||
|
@ -59,7 +59,6 @@ components:
|
||||
type: string
|
||||
modificationDate:
|
||||
type: string
|
||||
example: 02-05-2025
|
||||
project:
|
||||
type: object
|
||||
properties:
|
||||
@ -69,7 +68,6 @@ components:
|
||||
type: string
|
||||
creationDate:
|
||||
type: string
|
||||
example: 02-05-2025
|
||||
logo:
|
||||
example: to be discussed not yet fixed
|
||||
type: string
|
||||
@ -86,10 +84,8 @@ components:
|
||||
properties:
|
||||
appointmentDate:
|
||||
type: string
|
||||
example: 02-05-2025
|
||||
appointmentTime:
|
||||
type: string
|
||||
example: '10:15:30'
|
||||
appointmentDuration:
|
||||
type: string
|
||||
appointmentPlace:
|
||||
@ -107,7 +103,7 @@ components:
|
||||
MyINPulse-entrepreneur: Utilisateur
|
||||
servers:
|
||||
- url: 'http://localhost:8081/'
|
||||
description: Backend server
|
||||
description: Backend developper server
|
||||
paths:
|
||||
/admin/projects:
|
||||
get:
|
||||
|
@ -37,6 +37,7 @@ components:
|
||||
flows:
|
||||
implicit:
|
||||
authorizationUrl: http://localhost:7080
|
||||
description: keycloak server
|
||||
scopes:
|
||||
MyINPulse-admin: Administrateur
|
||||
MyINPulse-entrepreneur: Utilisateur
|
||||
|
@ -50,7 +50,6 @@ sectionCell:
|
||||
type: string
|
||||
modificationDate:
|
||||
type: string
|
||||
example: "02-05-2025"
|
||||
|
||||
project:
|
||||
type: object
|
||||
@ -61,7 +60,6 @@ project:
|
||||
type: string
|
||||
creationDate:
|
||||
type: string
|
||||
example: "02-05-2025"
|
||||
logo:
|
||||
example: to be discussed not yet fixed
|
||||
type: string
|
||||
@ -80,10 +78,8 @@ appointement:
|
||||
properties:
|
||||
appointmentDate:
|
||||
type: string
|
||||
example: "02-05-2025"
|
||||
appointmentTime:
|
||||
type: string
|
||||
example: "10:15:30"
|
||||
appointmentDuration:
|
||||
type: string
|
||||
appointmentPlace:
|
||||
|
Loading…
x
Reference in New Issue
Block a user