2023-03-01 17:38:03 +00:00
|
|
|
services:
|
|
|
|
heruvym:
|
|
|
|
restart: unless-stopped
|
2024-11-13 13:27:43 +00:00
|
|
|
image: gitea.pena:3000/penaside/heruvym/staging:$GITHUB_RUN_NUMBER
|
2023-03-06 09:56:59 +00:00
|
|
|
ports:
|
2024-11-13 13:27:43 +00:00
|
|
|
- 10.7.0.6:1487:1488
|
2024-09-07 12:30:24 +00:00
|
|
|
labels:
|
|
|
|
com.pena.upload: true
|
|
|
|
com.pena.allowed_headers: content-type,authorization,response-type
|
2023-03-01 17:38:03 +00:00
|
|
|
tty: true
|
2023-03-02 11:21:24 +00:00
|
|
|
environment:
|
|
|
|
- BB_PORT=1488
|
2023-03-06 12:46:30 +00:00
|
|
|
- BB_IS_PROD=true
|
2024-05-28 13:18:19 +00:00
|
|
|
- BB_MINIO_AK=5CV77KVDUU9H0II9R24M
|
|
|
|
- BB_MINIO_EP=s3.timeweb.cloud
|
|
|
|
- BB_MINIO_SK=0W0m8DyvdAKRJnsAy6mB5zndQ7RouJBLhqhtThcu
|
2023-03-03 16:33:49 +00:00
|
|
|
- BB_MONGO_URI=$BB_MONGO_URI
|
2024-05-28 13:18:19 +00:00
|
|
|
- S3_REGION=ru-1
|
2023-03-09 22:02:16 +00:00
|
|
|
- JWT_SECRET=$JWT_SECRET
|
2024-02-17 21:54:46 +00:00
|
|
|
- TELEGRAM_TOKEN=6414077478:AAFk03HezovLT2kO_i9OYswH8Weirsgp9GU
|
|
|
|
- TELEGRAM_CHAT_ID=1002089014760
|
2024-04-21 18:11:45 +00:00
|
|
|
- REDIS_HOST=10.8.0.5:6379
|
2024-03-03 18:56:07 +00:00
|
|
|
- REDIS_PASSWORD=Redalert2
|
|
|
|
- REDIS_DB=4
|