mirror of
https://github.com/marcogll/coolify-n8n-evo.git
synced 2026-01-13 13:25:17 +00:00
Create Dockerfile.postgres
This commit is contained in:
7
Dockerfile.postgres
Normal file
7
Dockerfile.postgres
Normal file
@@ -0,0 +1,7 @@
|
||||
# Dockerfile.postgres
|
||||
# Usa la imagen oficial de PostgreSQL como base
|
||||
FROM postgres:16-alpine
|
||||
|
||||
# Copia nuestro script de inicialización DENTRO de la imagen,
|
||||
# en el lugar exacto donde el entrypoint lo buscará.
|
||||
COPY init-db.sh /docker-entrypoint-initdb.d/init-db.sh
|
||||
Reference in New Issue
Block a user