q
BOT_open_sesam/pipeline/head This commit looks good
Details
BOT_open_sesam/pipeline/head This commit looks good
Details
parent
be996f942b
commit
b240bc1bad
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue