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 {
environment {
REGISTRY_URL = "https://proxy.docker.dataekb.ru/local_cache"
IMAGE_NAME = "open_sesam"
IMAGE_NAME = "bot_open_sesam"
IMAGE_TAG = "latest"
}

View File

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