Skip to content

Commit 2287a11

Browse files
committed
docker: make extra hosts an env variable
1 parent 979b1c6 commit 2287a11

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docker/.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ SERVICEDOMAIN=
1818
EMAIL=
1919

2020
IS_SEB=
21+
22+
EXTRA_HOSTS=

docker/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ services:
6363
- SENDER_EMAIL=${SENDER_EMAIL}
6464
- SENDER_NAME=${SENDER_NAME}
6565
- BRAND=${BRAND}
66+
extra_hosts:
67+
- "${EXTRA_HOSTS}"
6668
healthcheck:
6769
test: ["CMD", "curl", "backend:8081"]
6870
interval: 20s

0 commit comments

Comments
 (0)