Skip to content

Commit fade46f

Browse files
committed
feat(minio): Expose minio
Signed-off-by: Carl Schwan <[email protected]>
1 parent d7c061f commit fade46f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docker-compose.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ services:
6161
- phpmyadmin${DOMAIN_SUFFIX}
6262
- talk-signaling${DOMAIN_SUFFIX}
6363
- talk-recording${DOMAIN_SUFFIX}
64+
- minio${DOMAIN_SUFFIX}
6465
extra_hosts:
6566
- host.docker.internal:host-gateway
6667

@@ -899,10 +900,12 @@ services:
899900
image: minio/minio
900901
environment:
901902
VIRTUAL_HOST: minio${DOMAIN_SUFFIX}
902-
VIRTUAL_PORT: 9001
903+
VIRTUAL_PORT: 9000
903904
MINIO_ROOT_USER: nextcloud
904905
MINIO_ROOT_PASSWORD: nextcloud
905906
MINIO_BROWSER_REDIRECT_URL: ${PROTOCOL}://minio${DOMAIN_SUFFIX}
907+
ports:
908+
- "9001:9001"
906909
volumes:
907910
- objectstorage_minio:/data
908911
command: server /data --console-address :9001

0 commit comments

Comments
 (0)