fix: new workflow

This commit is contained in:
2025-10-10 13:03:56 +02:00
parent fe95767d27
commit a8dde0a437
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ services:
image: ${DOCKER_IMAGE}
container_name: ${COMPOSE_PROJECT_NAME}_app
restart: unless-stopped
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
SEMAPHORE_DB_DIALECT: postgres
SEMAPHORE_DB_HOST: ${DB_HOST}

View File

@@ -8,7 +8,7 @@ DOCKER_IMAGE=n8nio/n8n:latest
DB_NAME=n8n
# Traefik hostname
TRAEFIK_HOST=chain.localhost
TRAEFIK_HOST=chain.pivoine.art
# App port
APP_PORT=5678