Remove commented out code for minio service
This commit is contained in:
parent
ce0f560c44
commit
239459dfa8
@ -13,29 +13,3 @@ services:
|
||||
- MINIO_ROOT_PASSWORD=$SERVICE_PASSWORD_MINIO
|
||||
volumes:
|
||||
- minio-data:/data
|
||||
|
||||
# services:
|
||||
# minio:
|
||||
# image: minio/minio
|
||||
# command: server /data --address ":9000" --console-address ":9001"
|
||||
# networks:
|
||||
# - coolify
|
||||
# environment:
|
||||
# - MINIO_SERVER_URL=http://minio.65.21.189.27.sslip.io
|
||||
# - MINIO_BROWSER_REDIRECT_URL=http://console.65.21.189.27.sslip.io
|
||||
# - MINIO_BROWSER=on
|
||||
# - MINIO_ROOT_USER=asd
|
||||
# - MINIO_ROOT_PASSWORD=asdasdasd
|
||||
# labels:
|
||||
# - "traefik.enable=true"
|
||||
# - "traefik.http.routers.minio-console.rule=Host(`console.65.21.189.27.sslip.io`)"
|
||||
# - "traefik.http.routers.minio-console.entrypoints=http"
|
||||
# - "traefik.http.routers.minio-console.service=minio-console"
|
||||
# - "traefik.http.services.minio-console.loadbalancer.server.port=9001"
|
||||
# - "traefik.http.routers.minio.rule=Host(`minio.65.21.189.27.sslip.io`)"
|
||||
# - "traefik.http.routers.minio.entrypoints=http"
|
||||
# - "traefik.http.routers.minio.service=minio"
|
||||
# - "traefik.http.services.minio.loadbalancer.server.port=9000"
|
||||
# networks:
|
||||
# coolify:
|
||||
# external: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user