refactor: add INVENTORY_SERVER_URL environment variable to server configuration

This commit is contained in:
MayaTheShy
2026-03-22 04:10:17 -04:00
parent 90ec195497
commit 6d8ec7b013

View File

@@ -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