version: '3' services: app: build: "." environment: TZ: Europe/Berlin ports: - 1030:8080 volumes: - ./config:/config - ./data:/data