mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
Update MINIO_OPTS in production.yml to use port 9001 for minio_server
This commit is contained in:
+11
-11
@@ -153,15 +153,15 @@ services:
|
|||||||
# MINIO_SERVER_URL: https://drive.furyhawk.lol
|
# MINIO_SERVER_URL: https://drive.furyhawk.lol
|
||||||
user: "1000:1000"
|
user: "1000:1000"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
|
||||||
- 8760:9000
|
|
||||||
- 8761:9001
|
|
||||||
command: server --console-address ":9001"
|
command: server --console-address ":9001"
|
||||||
healthcheck:
|
# healthcheck:
|
||||||
test: ["CMD", "mc", "ready", "local"]
|
# test: ["CMD", "mc", "ready", "local"]
|
||||||
interval: 5s
|
# interval: 5s
|
||||||
timeout: 5s
|
# timeout: 5s
|
||||||
retries: 5
|
# retries: 5
|
||||||
|
ports:
|
||||||
|
- "8760:9000"
|
||||||
|
- "8761:9001"
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
- default
|
- default
|
||||||
@@ -241,9 +241,9 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
- default
|
- default
|
||||||
ports:
|
expose:
|
||||||
- "8000:8000"
|
- 8000
|
||||||
- "9000:9000"
|
- 9000
|
||||||
|
|
||||||
traefik:
|
traefik:
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user