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