restart
This commit is contained in:
parent
18ed2c094c
commit
2300e912ee
@ -19,6 +19,11 @@ services:
|
|||||||
radn: {}
|
radn: {}
|
||||||
tty: true
|
tty: true
|
||||||
stop_signal: SIGKILL
|
stop_signal: SIGKILL
|
||||||
|
deploy:
|
||||||
|
restart_policy:
|
||||||
|
condition: unless-stopped
|
||||||
|
delay: 30s
|
||||||
|
window: 300s
|
||||||
radn-rs-dd:
|
radn-rs-dd:
|
||||||
container_name: radn-rs-dd
|
container_name: radn-rs-dd
|
||||||
build:
|
build:
|
||||||
@ -30,6 +35,11 @@ services:
|
|||||||
radn: {}
|
radn: {}
|
||||||
tty: true
|
tty: true
|
||||||
stop_signal: SIGINT
|
stop_signal: SIGINT
|
||||||
|
deploy:
|
||||||
|
restart_policy:
|
||||||
|
condition: unless-stopped
|
||||||
|
delay: 30s
|
||||||
|
window: 300s
|
||||||
book-monads:
|
book-monads:
|
||||||
container_name: book-monads
|
container_name: book-monads
|
||||||
build:
|
build:
|
||||||
@ -45,6 +55,11 @@ services:
|
|||||||
radn: {}
|
radn: {}
|
||||||
tty: true
|
tty: true
|
||||||
stop_signal: SIGKILL
|
stop_signal: SIGKILL
|
||||||
|
deploy:
|
||||||
|
restart_policy:
|
||||||
|
condition: unless-stopped
|
||||||
|
delay: 30s
|
||||||
|
window: 300s
|
||||||
book-radn:
|
book-radn:
|
||||||
container_name: book-radn
|
container_name: book-radn
|
||||||
build:
|
build:
|
||||||
@ -60,6 +75,11 @@ services:
|
|||||||
radn: {}
|
radn: {}
|
||||||
tty: true
|
tty: true
|
||||||
stop_signal: SIGKILL
|
stop_signal: SIGKILL
|
||||||
|
deploy:
|
||||||
|
restart_policy:
|
||||||
|
condition: unless-stopped
|
||||||
|
delay: 30s
|
||||||
|
window: 300s
|
||||||
exercises:
|
exercises:
|
||||||
container_name: exercises
|
container_name: exercises
|
||||||
build:
|
build:
|
||||||
@ -75,6 +95,11 @@ services:
|
|||||||
radn: {}
|
radn: {}
|
||||||
tty: true
|
tty: true
|
||||||
stop_signal: SIGKILL
|
stop_signal: SIGKILL
|
||||||
|
deploy:
|
||||||
|
restart_policy:
|
||||||
|
condition: unless-stopped
|
||||||
|
delay: 30s
|
||||||
|
window: 300s
|
||||||
nginx:
|
nginx:
|
||||||
container_name: radn-nginx
|
container_name: radn-nginx
|
||||||
build:
|
build:
|
||||||
@ -83,3 +108,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
radn: {}
|
radn: {}
|
||||||
v6d: {}
|
v6d: {}
|
||||||
|
deploy:
|
||||||
|
restart_policy:
|
||||||
|
condition: unless-stopped
|
||||||
|
delay: 30s
|
||||||
|
window: 300s
|
||||||
|
Loading…
Reference in New Issue
Block a user