mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 13:02:50 +00:00
Add restart policy to ema-portal and ema-backoffice
This commit is contained in:
@@ -10,6 +10,7 @@ services:
|
||||
- "${EMA_PORTAL_PORT:-8021}:80"
|
||||
env_file:
|
||||
- apps/portal/.env
|
||||
restart: always
|
||||
|
||||
ema-backoffice:
|
||||
build:
|
||||
@@ -22,6 +23,7 @@ services:
|
||||
- "${EMA_BACKOFFICE_PORT:-8022}:80"
|
||||
env_file:
|
||||
- apps/backoffice/.env
|
||||
restart: always
|
||||
|
||||
secrets:
|
||||
npmrc:
|
||||
|
||||
Reference in New Issue
Block a user