fix import with name "viplight"

This commit is contained in:
2026-05-15 11:36:21 +03:00
parent 08410372bb
commit 89379271d8
9 changed files with 14 additions and 181 deletions
+3 -1
View File
@@ -5,7 +5,7 @@ services:
container_name: mrp_db
restart: always
ports:
- "5433:5433"
- "5433:5432"
environment:
POSTGRES_USER: ${DB_USER}
POSTGRES_PASSWORD: ${DB_PASSWORD}
@@ -40,3 +40,5 @@ services:
volumes:
pg_data:
external: true
name: viplight_mrp_pg_data