mirror of
https://github.com/marcogll/coolify-n8n-evo.git
synced 2026-01-13 13:25:17 +00:00
Update docker-compose.yaml
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# Archivo: docker-compose.yaml
|
# Archivo: docker-compose.yaml
|
||||||
# Version: 2.0 - PRODUCTION READY
|
# Version: 2.2 - PRODUCTION READY (Final Syntax Verified)
|
||||||
# Descripción: Versión final y estable con todas las correcciones de sintaxis.
|
# Descripción: Versión final con la sintaxis de volúmenes y dependencias corregida
|
||||||
|
# para máxima compatibilidad y estabilidad.
|
||||||
|
|
||||||
version: '3.8'
|
version: '3.8'
|
||||||
|
|
||||||
@@ -32,6 +33,7 @@ services:
|
|||||||
container_name: shared_postgres_db
|
container_name: shared_postgres_db
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
|
- postgres_data:/var/lib/postgresql/data
|
||||||
- ./init-db.sh:/docker-entrypoint-initdb.d/init-db.sh
|
- ./init-db.sh:/docker-entrypoint-initdb.d/init-db.sh
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U $${POSTGRES_USER} -d $${POSTGRES_DB}"]
|
test: ["CMD-SHELL", "pg_isready -U $${POSTGRES_USER} -d $${POSTGRES_DB}"]
|
||||||
|
|||||||
Reference in New Issue
Block a user