q
BOT_open_sesam/pipeline/head This commit looks good Details

main
korotkov 2026-04-01 13:08:56 +05:00
parent be996f942b
commit b240bc1bad
2 changed files with 6 additions and 6 deletions

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline { pipeline {
environment { environment {
REGISTRY_URL = "https://proxy.docker.dataekb.ru/local_cache" REGISTRY_URL = "https://proxy.docker.dataekb.ru/local_cache"
IMAGE_NAME = "open_sesam" IMAGE_NAME = "bot_open_sesam"
IMAGE_TAG = "latest" IMAGE_TAG = "latest"
} }

View File

@ -1,22 +1,22 @@
version: '3' version: '3'
services: services:
open_sesam: bot_open_sesam:
container_name: open_sesam container_name: bot_open_sesam
image: proxy.docker.dataekb.ru/local_cache/open_sesam:latest image: proxy.docker.dataekb.ru/local_cache/bot_open_sesam:latest
stdin_open: true stdin_open: true
tty: true tty: true
env_file: env_file:
- ./.env - ./.env
restart: always restart: always
networks: networks:
- open_sesam_network - bot_open_sesam_network
logging: logging:
driver: "json-file" driver: "json-file"
options: options:
max-size: "10m" max-size: "10m"
max-file: "3" max-file: "3"
networks: networks:
open_sesam_network: bot_open_sesam_network:
driver: bridge driver: bridge
ipam: ipam:
config: config: