2023-03-01 17:38:03 +00:00
|
|
|
services:
|
|
|
|
heruvym:
|
|
|
|
container_name: heruvym
|
|
|
|
restart: unless-stopped
|
2024-01-27 11:05:24 +00:00
|
|
|
image: $CI_REGISTRY_IMAGE/staging:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
|
2023-03-06 09:56:59 +00:00
|
|
|
ports:
|
2024-04-21 18:11:45 +00:00
|
|
|
- 10.8.0.6:1488:1488
|
2023-03-01 17:38:03 +00:00
|
|
|
networks:
|
|
|
|
- backend_external
|
2023-03-06 16:54:50 +00:00
|
|
|
- default
|
2023-03-01 17:38:03 +00:00
|
|
|
hostname: heruvym
|
|
|
|
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
|
2023-03-03 16:33:49 +00:00
|
|
|
- BB_MINIO_AK=$BB_MINIO_AK
|
|
|
|
- BB_MINIO_EP=$BB_MINIO_EP
|
|
|
|
- BB_MINIO_SK=$BB_MINIO_SK
|
|
|
|
- BB_MONGO_URI=$BB_MONGO_URI
|
|
|
|
- S3_REGION=$S3_REGION
|
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
|
2023-03-01 17:38:03 +00:00
|
|
|
networks:
|
|
|
|
backend_external:
|
|
|
|
driver: bridge
|
|
|
|
attachable: true
|
|
|
|
internal: true
|