refactor: add INVENTORY_SERVER_URL environment variable to server configuration
This commit is contained in:
@@ -10,6 +10,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
- PORT=3001
|
- PORT=3001
|
||||||
|
- INVENTORY_SERVER_URL=${INVENTORY_SERVER_URL:-}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- turtle-network
|
- turtle-network
|
||||||
|
|||||||
Reference in New Issue
Block a user