ok
Some checks failed
Deployment Verification / deploy-and-test (push) Has been cancelled

This commit is contained in:
Hubert Cornet 2025-02-11 20:56:20 +01:00
parent 7a83f6a12a
commit 6e844ec1d7

View File

@ -12,7 +12,7 @@ services:
n8n:
container_name: n8n-app
hostname: n8n-app
image: docker.n8n.io/n8nio/n8n:latest
image: n8nio/n8n:latest
environment:
- DB_TYPE=postgresdb
- DB_POSTGRESDB_HOST=postgres
@ -31,7 +31,7 @@ services:
- back_network_n8n
- traefik_front_network
volumes:
- n8n:/home/node/.n8n
- ./n8n:/home/node/.n8n
depends_on:
postgres:
condition: service_healthy