Merge pull request #115 from jkaninda/refactor

doc: update using s3 storage example
This commit is contained in:
2024-10-18 08:49:04 +02:00
committed by GitHub
4 changed files with 6 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ services:
- AWS_SECRET_KEY=xxxxx
## In case you are using S3 alternative such as Minio and your Minio instance is not secured, you change it to true
- AWS_DISABLE_SSL="false"
- AWS_FORCE_PATH_STYLE="false"
# pg-bkup container must be connected to the same network with your database
networks:

View File

@@ -58,6 +58,8 @@ spec:
- name: AWS_SECRET_KEY
value: "xxxx"
- name: AWS_DISABLE_SSL
value: "false"
- name: AWS_FORCE_PATH_STYLE
value: "false"
restartPolicy: Never
```

View File

@@ -40,6 +40,7 @@ services:
- AWS_SECRET_KEY=xxxxx
## In case you are using S3 alternative such as Minio and your Minio instance is not secured, you change it to true
- AWS_DISABLE_SSL="false"
- AWS_FORCE_PATH_STYLE="false"
# pg-bkup container must be connected to the same network with your database
networks:
- web

View File

@@ -43,4 +43,6 @@ spec:
- name: AWS_SECRET_KEY
value: "xxxx"
- name: AWS_DISABLE_SSL
value: "false"
- name: AWS_FORCE_PATH_STYLE
value: "false"