init: compose port 3092

This commit is contained in:
bolbol 2026-06-09 20:01:28 +00:00
parent 4f99962ed3
commit 8e3d4ae5eb
1 changed files with 17 additions and 0 deletions

17
docker-compose.yml Normal file
View File

@ -0,0 +1,17 @@
services:
hermes-dashboard:
build:
context: .
dockerfile: Dockerfile
container_name: hermes-dashboard
restart: unless-stopped
ports:
- "3092:8000"
networks:
- n8n
environment:
- TZ=Africa/Tunis
networks:
n8n:
external: true