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