projet-nuitinfo-2024/docker-compose.yml

12 lines
191 B
YAML

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