mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 19:12: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"
|
- "${EMA_PORTAL_PORT:-8021}:80"
|
||||||
env_file:
|
env_file:
|
||||||
- apps/portal/.env
|
- apps/portal/.env
|
||||||
|
restart: always
|
||||||
|
|
||||||
ema-backoffice:
|
ema-backoffice:
|
||||||
build:
|
build:
|
||||||
@@ -22,6 +23,7 @@ services:
|
|||||||
- "${EMA_BACKOFFICE_PORT:-8022}:80"
|
- "${EMA_BACKOFFICE_PORT:-8022}:80"
|
||||||
env_file:
|
env_file:
|
||||||
- apps/backoffice/.env
|
- apps/backoffice/.env
|
||||||
|
restart: always
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
npmrc:
|
npmrc:
|
||||||
|
|||||||
Reference in New Issue
Block a user