modification du container interface admin

replacé apache par next start
This commit is contained in:
Quentin Roussel
2023-04-12 00:54:25 +02:00
parent 52436ee18d
commit 0e8c27e200
6 changed files with 59 additions and 16 deletions

View File

@@ -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