Files
cyberusgate/docker-compose.yml
T
Guillaume-Sanchez 47dd7f4c4d Refonte total
2026-06-29 23:12:26 +02:00

15 lines
244 B
YAML
Executable File

services:
frontend:
build:
context: .
dockerfile: Dockerfile
container_name: cyberusgate_frontend
ports:
- "8888:80"
networks:
- cyberusgate-network
networks:
cyberusgate-network:
driver: bridge