Fix Portainer file mounts

This commit is contained in:
masterdev
2026-06-16 22:24:23 +01:00
parent 4d6d9b53d3
commit 038570646c
4 changed files with 16 additions and 6 deletions

4
database/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM postgres:16-alpine
COPY init.sql /docker-entrypoint-initdb.d/01-init.sql
COPY seed.sql /docker-entrypoint-initdb.d/02-seed.sql