mirror of
https://git.roussel.pro/telecom-paris/pact.git
synced 2026-02-09 10:30:17 +01:00
modification du container interface admin
replacé apache par next start
This commit is contained in:
@@ -71,12 +71,15 @@ services:
|
||||
|
||||
#Serveur web de l'interface admin
|
||||
interface_admin:
|
||||
image: httpd:latest
|
||||
volumes:
|
||||
- ./interface_admin/out:/usr/local/apache2/htdocs/
|
||||
container_name: interface_admin
|
||||
build: ./interface_admin
|
||||
ports:
|
||||
- 800:80
|
||||
- 800:3000
|
||||
# image: httpd:latest
|
||||
# volumes:
|
||||
# - ./interface_admin/out:/usr/local/apache2/htdocs/
|
||||
# container_name: interface_admin
|
||||
# ports:
|
||||
# - 800:80
|
||||
|
||||
#Formulaire de retour d'avis
|
||||
formulaire:
|
||||
@@ -113,10 +116,10 @@ services:
|
||||
# - HOST=backend_reconnaissance
|
||||
# - API_HOST=reviews_api
|
||||
# - API_PORT=8080
|
||||
# - CAMERA_ID=0
|
||||
# ports:
|
||||
# #Ce container est le serveur websocker dont le client est l'interface de la borne qui tourne dans le navigateur
|
||||
# - 5000:5000
|
||||
# user: root
|
||||
|
||||
video_loopback:
|
||||
build: ./video_loopback
|
||||
|
||||
Reference in New Issue
Block a user