diff --git a/strava.yml b/strava.yml index 94d2542..007d841 100644 --- a/strava.yml +++ b/strava.yml @@ -26,12 +26,22 @@ spec: - name: cycle-backend image: gitea.webart-tech.ru/webart/strava-backend/platformer:4840eaf1f88e1862d422a25c16295f903d78c7e8 env: + - name: FS_DRIVER + value: "s3" - name: FS_LOCAL_MOUNT_DIR value: "/files" - name: APP_PUBLIC_URL value: "https://cycle-rider.ru" - name: DB_URI 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: - containerPort: 8000 volumeMounts: