Fix: Remove init-scripts mount for Portainer compatibility
This commit is contained in:
parent
230a898af9
commit
4ca8d3bae6
|
|
@ -11,12 +11,13 @@ services:
|
|||
ports:
|
||||
- "15432:5432"
|
||||
volumes:
|
||||
- ./backup_global_20260130_184353.sql:/tmp/restore.sql
|
||||
- ./pg_data:/var/lib/postgresql/data
|
||||
- ./init-scripts/01-create-role.sql:/docker-entrypoint-initdb.d/01-create-role.sql
|
||||
- ./backup_global_20260130_184353.sql:/tmp/restore.sql:ro
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
networks:
|
||||
- pralog-net
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
|
||||
networks:
|
||||
pralog-net:
|
||||
|
|
|
|||
Loading…
Reference in New Issue