AK
Size: a a a
AK
V
AK
VD
# создали сеть
docker network create tech-net -d overlay
# compose для деплоя
version: '3.4'
services:
app:
image: mainapp:latest
networks:
- base-net
hostname: mainapp
deploy:
replicas: 15
update_config:
parallelism: 1
delay: 3s
order: start-first
restart_policy:
condition: on-failure
networks:
base-net:
external: true
# потом просто деплой
docker stack deploy -c app.yml mainapp --with-registry-auth
VC
F
AK
D
/man
- send list of commands to chat/coc
- send code of conduct to user/jobs
- send rules of publishing job opportunities and cv/ad
- send rules of publishing advertising/chats
- send list of friendly chats/events
- send list of events to user/starter
- send starter kit to user/middle
- send middle kit to user/tasks
- send user pack of DevOps tasks/course
- send to user list list of courses/cert
- send user list of certification tips & tricks/relocate
- send user list of relocate chats and channels/report
- forward replied message to admin chat and send link of replied message for fast-navigationST
F
F
ST
קה
ST
ST
F
m
m
VC
a6
# создали сеть
docker network create tech-net -d overlay
# compose для деплоя
version: '3.4'
services:
app:
image: mainapp:latest
networks:
- base-net
hostname: mainapp
deploy:
replicas: 15
update_config:
parallelism: 1
delay: 3s
order: start-first
restart_policy:
condition: on-failure
networks:
base-net:
external: true
# потом просто деплой
docker stack deploy -c app.yml mainapp --with-registry-auth