Обновить strava.yml

This commit is contained in:
kislenko-artem 2026-09-04 05:10:23 +00:00
parent df14522726
commit 904e8b9f42
1 changed files with 10 additions and 0 deletions

View File

@ -26,12 +26,22 @@ spec:
- name: cycle-backend - name: cycle-backend
image: gitea.webart-tech.ru/webart/strava-backend/platformer:4840eaf1f88e1862d422a25c16295f903d78c7e8 image: gitea.webart-tech.ru/webart/strava-backend/platformer:4840eaf1f88e1862d422a25c16295f903d78c7e8
env: env:
- name: FS_DRIVER
value: "s3"
- name: FS_LOCAL_MOUNT_DIR - name: FS_LOCAL_MOUNT_DIR
value: "/files" value: "/files"
- name: APP_PUBLIC_URL - name: APP_PUBLIC_URL
value: "https://cycle-rider.ru" value: "https://cycle-rider.ru"
- name: DB_URI - name: DB_URI
value: "postgresql+asyncpg://gen_user:D%5C8C34*Bv%3E%5CVwD@192.168.0.4:5432/default_db" value: "postgresql+asyncpg://gen_user:D%5C8C34*Bv%3E%5CVwD@192.168.0.4:5432/default_db"
- name: FS_S3_BUCKET
value: "2e786d2d-fe84d3bf-f7f2-4328-a04d-a88cdc6b8dbf"
- name: FS_ACCESS_KEY_ID
value: "BI086M8O245328C2CE21"
- name: FS_SECRET_ACCESS_KEY
value: "bOXOMVBhWzxzjuJPb0gvvE7zZM4YOIELwujXiF69"
- name: FS_S3_ENDPOINT
value: "https://s3.twcstorage.ru"
ports: ports:
- containerPort: 8000 - containerPort: 8000
volumeMounts: volumeMounts: