mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 08:12:17 +01:00
Fixed docker compose config
This commit is contained in:
@@ -62,6 +62,7 @@ PUSHER_PORT=443
|
||||
PUSHER_SCHEME=https
|
||||
PUSHER_APP_CLUSTER=mt1
|
||||
|
||||
VITE_HOST_NAME=vite.solidtime.test
|
||||
VITE_APP_NAME="${APP_NAME}"
|
||||
VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
|
||||
VITE_PUSHER_HOST="${PUSHER_HOST}"
|
||||
|
||||
@@ -13,9 +13,11 @@ services:
|
||||
- "traefik.http.routers.solidtime.entrypoints=web"
|
||||
- "traefik.http.services.solidtime.loadbalancer.server.port=80"
|
||||
- "traefik.http.routers.solidtime.service=solidtime"
|
||||
- "traefik.http.services.solidtime-https.loadbalancer.server.port=80"
|
||||
- "traefik.http.routers.solidtime-https.rule=Host(`${NGINX_HOST_NAME}`)"
|
||||
- "traefik.http.routers.solidtime-https.entrypoints=websecure"
|
||||
- "traefik.http.routers.solidtime-https.tls=true"
|
||||
- "traefik.http.routers.solidtime-https.service=solidtime-https"
|
||||
# vite
|
||||
- "traefik.http.services.solidtime-vite.loadbalancer.server.port=5173"
|
||||
# http
|
||||
|
||||
Reference in New Issue
Block a user