init: compose port 3092
This commit is contained in:
parent
4f99962ed3
commit
8e3d4ae5eb
|
|
@ -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
|
||||||
Loading…
Reference in New Issue