podman-compose/examples/nodeproj
2022-03-18 18:34:01 +03:00
..
.home example nodejs project 2022-03-18 18:05:57 +03:00
containers/node16-runtime example nodejs project 2022-03-18 18:05:57 +03:00
lib/commands do not merge command array 2022-03-18 18:29:27 +03:00
public example nodejs project 2022-03-18 18:05:57 +03:00
.eslintrc.json example nodejs project 2022-03-18 18:05:57 +03:00
.gitignore update gitignore 2022-03-18 18:34:01 +03:00
docker-compose.yml do not merge command array 2022-03-18 18:29:27 +03:00
example.env do not merge command array 2022-03-18 18:29:27 +03:00
example.local.env update gitignore 2022-03-18 18:34:01 +03:00
index.js example nodejs project 2022-03-18 18:05:57 +03:00
jsconfig.json example nodejs project 2022-03-18 18:05:57 +03:00
package.json do not merge command array 2022-03-18 18:29:27 +03:00
README.md do not merge command array 2022-03-18 18:29:27 +03:00

How to run example

cp example.local.env local.env
cp example.env .env
cat local.env
cat .env
echo "UID=$UID" >> .env
cat .env
podman-compose build
podman-compose run --rm --no-deps init
podman-compose up