services: app: build: context: . dockerfile: Dockerfile env_file: - .env environment: DATABASE_URL: file:/data/logintrainer.db NODE_ENV: production NEXT_TELEMETRY_DISABLED: "1" ports: - "3000:3000" volumes: - ./app-data:/data restart: unless-stopped