diff --git a/n8n/compose.yaml b/n8n/compose.yaml index e48e3af..18469f6 100755 --- a/n8n/compose.yaml +++ b/n8n/compose.yaml @@ -24,26 +24,5 @@ services: - N8N_BASIC_AUTH_PASSWORD="OvTCSDZqpA#NfitX^dP1" - GENERIC_TIMEZONE=Europe/Berlin - N8N_SECURE_COOKIE=false - - N8N_HOST=192.168.178.183 # IP‑Adresse des Containers / Host - - N8N_LOG_LEVEL=error - # Postgresql - # - DB_TYPE=postgresdb - # - DB_POSTGRESDB_HOST=192.168.178.183 - # - DB_POSTGRESDB_PORT=5432 - # - DB_POSTGRESDB_DATABASE=n8n - # - DB_POSTGRESDB_USER=n8n - # - DB_POSTGRESDB_PASSWORD=dbpass - - - # Wenn auf Postgres migriert werden soll - # postgres: - # image: postgres:15-alpine - # environment: - # - POSTGRES_DB=n8n - # - POSTGRES_USER=n8n - # - POSTGRES_PASSWORD=dbpass - # ports: - # - 5432:5432 - # volumes: - # - ./postgres-data:/var/lib/postgresql/data + - N8N_HOST=192.168.178.183 # IP‑Adresse des Containers networks: {}