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: