Update server configuration and Docker setup for improved deployment

This commit is contained in:
MayaTheShy
2026-03-21 17:15:04 -04:00
parent cc64b568a0
commit 2853ca98a0
4 changed files with 58 additions and 9 deletions

View File

@@ -3,8 +3,6 @@ version: '3.8'
services:
server:
build: ./server
ports:
- "4200:3001"
networks:
- inventory-network
restart: unless-stopped
@@ -18,7 +16,7 @@ services:
client:
build: ./client
ports:
- "4444:3000"
- "80:80"
networks:
- inventory-network
depends_on: