how to add password using docker-compose.yml file?
Please tell me how to add a password variable in the docker-compose.yml file.
node:16-alpine image and serves per standard on the port 7575.
node:16-alpine image and serves per standard on the port 7575environment:
PASSWORD: "ABC"my-service:
image: ${IMAGE_NAME}
environment:
MY_SECRET_KEY: ${MY_SECRET_KEY}