heruvym/deployments/staging/docker-compose.yaml
2024-05-28 16:31:16 +03:00

32 lines
867 B
YAML

services:
heruvymv1.0.0:
container_name: heruvymv1.0.0
restart: unless-stopped
image: $CI_REGISTRY_IMAGE/staging:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
ports:
- 10.8.0.6:1487:1488
networks:
- backend_external
- default
hostname: heruvymv1.0.0
tty: true
environment:
- BB_PORT=1488
- BB_IS_PROD=true
- BB_MINIO_AK=5CV77KVDUU9H0II9R24M
- BB_MINIO_EP=s3.timeweb.cloud
- BB_MINIO_SK=0W0m8DyvdAKRJnsAy6mB5zndQ7RouJBLhqhtThcu
- BB_MONGO_URI=$BB_MONGO_URI
- S3_REGION=ru-1
- JWT_SECRET=$JWT_SECRET
- TELEGRAM_TOKEN=6414077478:AAFk03HezovLT2kO_i9OYswH8Weirsgp9GU
- TELEGRAM_CHAT_ID=1002089014760
- REDIS_HOST=10.8.0.5:6379
- REDIS_PASSWORD=Redalert2
- REDIS_DB=4
networks:
backend_external:
driver: bridge
attachable: true
internal: true