Update Installation
parent
3866282889
commit
a9a7eef102
@ -238,12 +238,15 @@ services:
|
|||||||
- ${VOL_PREFIX:-/srv/docker/clrghouz}/postgres:/var/lib/postgresql/data
|
- ${VOL_PREFIX:-/srv/docker/clrghouz}/postgres:/var/lib/postgresql/data
|
||||||
|
|
||||||
minio:
|
minio:
|
||||||
image: tobi312/minio
|
image: minio/minio
|
||||||
command: ["server", "--console-address", ":9001", "/data"]
|
command: ["server", "--console-address", ":9001", "/data"]
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 256M
|
memory: 256M
|
||||||
|
environment:
|
||||||
|
MINIO_ROOT_USER: ${MINIO_ROOT_USER:-minioadmin}
|
||||||
|
MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD:-minioadmin}
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD", "curl", "--fail", "http://localhost:9000/minio/health/live" ]
|
test: [ "CMD", "curl", "--fail", "http://localhost:9000/minio/health/live" ]
|
||||||
interval: 60s
|
interval: 60s
|
||||||
@ -330,6 +333,10 @@ FIDO_DNS_NS=haproxy.example.com
|
|||||||
MAIL_FROM_ADDRESS="[YOUR EMAIL]"
|
MAIL_FROM_ADDRESS="[YOUR EMAIL]"
|
||||||
MAIL_FROM_NAME="[YOUR NAME]"
|
MAIL_FROM_NAME="[YOUR NAME]"
|
||||||
|
|
||||||
|
# Minio
|
||||||
|
MINIO_ROOT_USER=clrghouz
|
||||||
|
MINIO_ROOT_PASSWORD=[MINIO_PASSWORD]
|
||||||
|
|
||||||
# Other Items
|
# Other Items
|
||||||
#MEMCACHED_START="FALSE"
|
#MEMCACHED_START="FALSE"
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user