This commit is contained in:
artem 2024-05-09 10:47:15 +03:00
parent 7669a6b088
commit 36d7caacf9
1 changed files with 2 additions and 2 deletions

View File

@ -26,12 +26,12 @@ spec:
- name: cycle-backend - name: cycle-backend
image: gitea.webart-tech.ru/webart/strava-backend/platformer:b42cd8a5aa64cdd1c52b6689147c547839e229dd image: gitea.webart-tech.ru/webart/strava-backend/platformer:b42cd8a5aa64cdd1c52b6689147c547839e229dd
env: env:
- name: FS_LOCAL_MOUNT_DIR
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_LOCAL_MOUNT_DIR
value: "/files"
ports: ports:
- containerPort: 8000 - containerPort: 8000
volumeMounts: volumeMounts: