Koffi Nogbe

Results 1 comments of Koffi Nogbe

Below is the docker-compose manifest that I deployed. version: '3' services: adminio-ui: image: rzrbld/adminio-ui:release-1.7 environment: API_BASE_URL: "http://10.99.x.x:8080" ADMINIO_MULTI_BACKEND: "false" ADMINIO_BACKENDS: '[{"name":"myminio","url":"http://10.99.0.126:8080"},{"name":"10.99.x.x","url":"http://10.99.x.x:8081"},{"name":"error","url":"http://10.99.x.x:8082"}]' NGX_ROOT_PATH: "/" ports: - "80:80" adminio-api: image: rzrbld/adminio-api:release-1.6 environment:...