services: app: build: . ports: - "3000:3000" volumes: - app_data:/data environment: - DATA_DIR=/data restart: unless-stopped volumes: app_data: