services: gpfs-agent: build: . image: gpfs-agent:latest container_name: gpfs-agent restart: unless-stopped ports: - "${HOST_PORT:-8501}:8501" env_file: - .env # Uncomment to mount a custom CA bundle and tell the app to use it. # volumes: # - ./certs:/certs:ro # environment: # GPFS_CA_BUNDLE: /certs/ca.pem