mirror of
https://git.roussel.pro/telecom-paris/pact.git
synced 2026-02-09 10:30:17 +01:00
suppression console log + ajout script pour build
This commit is contained in:
@@ -63,14 +63,14 @@ services:
|
||||
# ports:
|
||||
# - 8888:80
|
||||
|
||||
# #Serveur web de l'interface admin
|
||||
# interface_admin:
|
||||
# image: httpd:latest
|
||||
# volumes:
|
||||
# - ./interface_admin:/usr/local/apache2/htdocs/
|
||||
# container_name: interface_admin
|
||||
# ports:
|
||||
# - 80:80
|
||||
#Serveur web de l'interface admin
|
||||
interface_admin:
|
||||
image: httpd:latest
|
||||
volumes:
|
||||
- ./interface_admin/out:/usr/local/apache2/htdocs/
|
||||
container_name: interface_admin
|
||||
ports:
|
||||
- 80:80
|
||||
|
||||
# #Backend de la borne : scripts pythons de reconnaissances video et audio
|
||||
# #Envoient les infos a l'interface de la borne par websocket pour mettre a jour l'interface rapidement
|
||||
|
||||
Reference in New Issue
Block a user