name: Stundenaufzeichnung volumes: user-data: services: application: build: context: . dockerfile: Dockerfile ports: - 3000:3001 volumes: - type: volume source: user-data target: /app-data restart: always