services: sproutgate-auth: build: context: . dockerfile: Dockerfile container_name: sproutgate-auth restart: unless-stopped environment: PORT: "8080" DATA_DIR: /data volumes: - ./data:/data ports: - "${AUTH_API_PORT:-18080}:8080"