Авторестарт контейнеров при падении
parent
bebf1b2916
commit
3a967e399b
|
@ -5,6 +5,7 @@ services:
|
|||
context: .
|
||||
depends_on:
|
||||
- db
|
||||
restart: always
|
||||
networks:
|
||||
default:
|
||||
|
||||
|
@ -14,6 +15,7 @@ services:
|
|||
POSTGRES_USER: servermonitorbot
|
||||
POSTGRES_PASSWORD: servermonitorbot
|
||||
POSTGRES_DB: servermonitorbot
|
||||
restart: always
|
||||
networks:
|
||||
default:
|
||||
|
||||
|
|
Loading…
Reference in New Issue