refactor(templates): use port from env variable

This commit is contained in:
Mauricio Siu
2024-06-30 00:34:19 -06:00
parent 86165d1104
commit 889e72d21e
5 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ services:
environment:
BASEROW_PUBLIC_URL: "http://${BASEROW_HOST}"
ports:
- "80"
- ${BASEROW_PORT}
labels:
- traefik.enable=true
- traefik.http.routers.${HASH}.rule=Host(`${BASEROW_HOST}`)

View File

@@ -7,7 +7,7 @@ services:
networks:
- dokploy-network
ports:
- 2368
- ${GHOST_PORT}
environment:
database__client: mysql
database__connection__host: db

View File

@@ -6,7 +6,7 @@ services:
image: grafana/grafana-enterprise:9.5.20
restart: unless-stopped
ports:
- '3000'
- ${GRAFANA_PORT}
labels:
- traefik.enable=true
- traefik.http.routers.${HASH}.rule=Host(`${GRAFANA_HOST}`)

View File

@@ -6,7 +6,7 @@ services:
networks:
- dokploy-network
ports:
- "5678"
- ${N8N_PORT}
labels:
- traefik.enable=true
- traefik.http.routers.${HASH}.rule=Host(`${N8N_HOST}`)

View File

@@ -6,7 +6,7 @@ services:
image: louislam/uptime-kuma:1
restart: always
ports:
- "3001"
- ${UPTIME_KUMA_PORT}
volumes:
- uptime-kuma-data:/app/data
labels: