init: compose port 3092
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user