minio nginx changes to enable through proxy

This commit is contained in:
2024-07-18 11:47:42 +02:00
parent 097ed54715
commit 421d8bec92
2 changed files with 31 additions and 4 deletions

View File

@@ -69,9 +69,11 @@ services:
command: certonly --webroot -w /var/www/certbot --force-renewal --email yasienmeth@gmail.com -d mzansi-innovation-hub.co.za -d www.mzansi-innovation-hub.co.za --agree-tos
depends_on:
- nginx
profiles: ['withCert']
minio:
container_name: MIH-Minio
hostname: minio
image: docker.io/bitnami/minio:2022
ports:
- '9000:9000'