We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61fd2b1 commit 14f559cCopy full SHA for 14f559c
.env.example
@@ -80,8 +80,7 @@ GOTENBERG_URL=http://gotenberg:3000
80
# Local setup
81
NGINX_HOST_NAME=solidtime.test
82
NETWORK_NAME=reverse-proxy-docker-traefik_routing
83
-FORWARD_DB_PORT=5432
84
-FORWARD_WEB_PORT=8083
+FORWARD_DB_PORT=54329
85
VITE_HOST_NAME=vite.solidtime.test
86
VITE_APP_NAME="${APP_NAME}"
87
#SAIL_XDEBUG_MODE=develop,debug,coverage
docker-compose.yml
@@ -5,8 +5,6 @@ services:
5
dockerfile: Dockerfile
6
args:
7
WWWGROUP: '${WWWGROUP}'
8
- ports:
9
- - '${FORWARD_WEB_PORT:-8083}:80'
10
image: sail-8.3/app
11
labels:
12
- "traefik.enable=true"
0 commit comments