services: app: build: context: . dockerfile: Dockerfile ports: - "7331:7331" environment: - NODE_ENV=production - UPLOAD_PATH=/app/data/uploads - DATABASE_URL=file:/app/data/db.sqlite volumes: - ./data:/app/data restart: unless-stopped logging: driver: "local" options: max-size: "100M" max-file: "3"