add e2e to check env var with status value

Signed-off-by: jose luis <2064537+sosan@users.noreply.github.com>
This commit is contained in:
jose luis
2024-04-11 15:59:22 +02:00
parent a19dd1416e
commit 154c6f63c0
4 changed files with 145 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
app:
image: node:18-alpine
command: sh -c "yarn install && yarn run dev"
ports:
- 3000:3000
environment:
TOPICS: foo:1,status:2,bar:3
OTHER_ENV: example