Skip to content

Commit fa8e0aa

Browse files
author
Bastian Schwarz
committed
moving env around
Signed-off-by: Bastian Schwarz <bastian@repareo.de>
1 parent 8f94446 commit fa8e0aa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ services:
3131
ports:
3232
- "${INTEGRATION_TESTS_LOCAL_PORT_HTTP:-}:80"
3333
- "${INTEGRATION_TESTS_LOCAL_PORT_HTTPS:-}:443"
34+
environment:
35+
- INTEGRATION_TESTS_HOST
3436
healthcheck:
3537
test: [ "CMD", "curl", "--fail", "http://localhost/test.html" ]
3638
interval: 1s

0 commit comments

Comments
 (0)