Add : Front end
This commit is contained in:
+2
-8
@@ -8,18 +8,12 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- cyberusgate-network
|
- cyberusgate-network
|
||||||
|
|
||||||
# Votre frontend statique
|
|
||||||
frontend:
|
frontend:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
ports:
|
ports:
|
||||||
- "8888:80" # Vous accédez au site via http://localhost directement
|
- "8888:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ./app/index.html:/usr/share/nginx/html/index.html:ro
|
- ./web:/usr/share/nginx/html:ro
|
||||||
- ./app/apple-touch-icon.png:/usr/share/nginx/html/apple-touch-icon.png:ro
|
|
||||||
- ./app/favicon-16x16:/usr/share/nginx/html/favicon-16x16:ro
|
|
||||||
- ./app/favicon-32x32:/usr/share/nginx/html/favicon-32x32:ro
|
|
||||||
- ./app/site.webmanifest:/usr/share/nginx/html/site.webmanifest:ro
|
|
||||||
# Montez vos autres assets ici
|
|
||||||
networks:
|
networks:
|
||||||
- cyberusgate-network
|
- cyberusgate-network
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user