services: web: build: . restart: unless-stopped ports: - "${APP_PORT:-3200}:3200" volumes: - ./data:/app/data