fix: new workflow
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user