forked from LaconicNetwork/kompose
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:
@@ -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
|
||||
Reference in New Issue
Block a user