kompose/script/test/fixtures/envvars-with-status/compose.yaml
jose luis fb364020c2
added eof file
Signed-off-by: jose luis <2064537+sosan@users.noreply.github.com>
2024-04-22 12:54:02 +02:00

10 lines
199 B
YAML

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