mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-03-01 12:44:37 +00:00
fix(docker): fix some broken compose vars (#9235)
This commit is contained in:
parent
7781c5032d
commit
c82af3487d
@ -27,7 +27,7 @@ services:
|
|||||||
- SMTP_HOST=mailserver
|
- SMTP_HOST=mailserver
|
||||||
- AWS_ACCESS_KEY_ID=minio
|
- AWS_ACCESS_KEY_ID=minio
|
||||||
- AWS_SECRET_ACCESS_KEY=12341234
|
- AWS_SECRET_ACCESS_KEY=12341234
|
||||||
- AWS_ENDPOINT=http:/localhost:9000
|
- AWS_ENDPOINT=http://localhost:9000
|
||||||
- AWS_REGION=local
|
- AWS_REGION=local
|
||||||
- AWS_BUCKET=ocelot
|
- AWS_BUCKET=ocelot
|
||||||
- IMAGOR_PUBLIC_URL=http://localhost:8000
|
- IMAGOR_PUBLIC_URL=http://localhost:8000
|
||||||
@ -84,7 +84,7 @@ services:
|
|||||||
# IMAGOR_UNSAFE: 1 # unsafe URL for testing
|
# IMAGOR_UNSAFE: 1 # unsafe URL for testing
|
||||||
AWS_ACCESS_KEY_ID: minio
|
AWS_ACCESS_KEY_ID: minio
|
||||||
AWS_SECRET_ACCESS_KEY: 12341234
|
AWS_SECRET_ACCESS_KEY: 12341234
|
||||||
AWS_ENDPOINT: http:/minio:9000
|
AWS_ENDPOINT: http://minio:9000
|
||||||
S3_FORCE_PATH_STYLE: 1
|
S3_FORCE_PATH_STYLE: 1
|
||||||
S3_LOADER_BUCKET: ocelot # enable S3 loader by specifying bucket
|
S3_LOADER_BUCKET: ocelot # enable S3 loader by specifying bucket
|
||||||
S3_STORAGE_BUCKET: ocelot # enable S3 storage by specifying bucket
|
S3_STORAGE_BUCKET: ocelot # enable S3 storage by specifying bucket
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user