Add restart policy to ema-portal and ema-backoffice

This commit is contained in:
Yonas Tewabe
2026-08-13 09:22:31 +03:00
committed by GitHub
parent 883b5aef8b
commit a7e74cb7bd

View File

@@ -3,25 +3,27 @@ services:
build:
context: .
dockerfile: Dockerfile
target: portal
target: portal
secrets:
- npmrc
ports:
- "${EMA_PORTAL_PORT:-8021}:80"
env_file:
- apps/portal/.env
restart: always
ema-backoffice:
build:
context: .
dockerfile: Dockerfile
target: backoffice
target: backoffice
secrets:
- npmrc
ports:
- "${EMA_BACKOFFICE_PORT:-8022}:80"
env_file:
- apps/backoffice/.env
restart: always
secrets:
npmrc: