Files
chopin-frontend/docker-compose.yml
2025-10-04 19:10:25 +02:00

13 lines
316 B
YAML

services:
subsonics-frontend:
build:
context: . # dossier contenant ton Dockerfile et ton code
dockerfile: Dockerfile
container_name: subsonics-frontend
ports:
- "4001:4001"
volumes:
- subsonics-frontend:/app/dist
restart: unless-stopped
volumes:
subsonics-frontend: