- Add Docker Compose configurations for dev, prod, and standalone environments - Add database initialization scripts (init-db.sh, init-db-docker.sh) - Add enhanced start-docker-linux.sh with DB init support - Add comprehensive database initialization guide - Support for automatic dbexport.pgsql import on first run - Include safety checks for production environment
7 lines
133 B
Batchfile
7 lines
133 B
Batchfile
@echo off
|
|
|
|
echo Stopping PLM Windows...
|
|
|
|
docker-compose -f docker-compose.win.yml down --volumes --remove-orphans
|
|
|
|
echo PLM stopped. |