Files
chopin-frontend/docker-compose.yml

17 lines
334 B
YAML

version: "3.9"
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: