Tôi có biến môi trường sau được cấu hình trong tệp docker-compose.yml:
version: '3'
services:
server:
ports:
- 13045:3000
environment:
- NODE_CONFIG: '{"DATABASE_URL":"http://db:5984"}'
Khi cố chạy docker-compose up
, tôi gặp lỗi này:
services.server.environment contains {"NODE_CONFIG": "{\"DATABASE_URL\":\"http://db:5984\"}"}, which is an invalid type, it should be a string
Tôi cần biến môi trường được đặt thành chuỗi JSON (xem https://github.com/lorenwest/node-config/wiki/En Môi-Variables # node_config )
Tôi đang làm gì đó sai ở đây? Tôi có thể làm điều này để làm việc bằng cách nào đó?
-
trước NODE_CONFIG