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