projet-nuitinfo-2024/docker-compose.yml
2024-12-06 04:34:40 +01:00

12 lines
191 B
YAML

services:
web:
build:
context: .
dockerfile: dockerfile
container_name: web
restart: always
ports:
- 8080:2486
volumes:
- ./back/data:/app/data