mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-25 20:08:12 +00:00
perf: 默认映射443端口
This commit is contained in:
parent
c96bad3cdf
commit
7ebf4fb9ce
@ -10,6 +10,7 @@ APP_URL=http://localhost
|
|||||||
APP_ID=
|
APP_ID=
|
||||||
APP_IPPR=
|
APP_IPPR=
|
||||||
APP_PORT=2222
|
APP_PORT=2222
|
||||||
|
APP_SSL_PORT=
|
||||||
APP_DEV_PORT=
|
APP_DEV_PORT=
|
||||||
|
|
||||||
LOG_CHANNEL=stack
|
LOG_CHANNEL=stack
|
||||||
|
|||||||
@ -36,6 +36,7 @@ services:
|
|||||||
image: "nginx:alpine"
|
image: "nginx:alpine"
|
||||||
ports:
|
ports:
|
||||||
- "${APP_PORT}:80"
|
- "${APP_PORT}:80"
|
||||||
|
- "${APP_SSL_PORT:-}:443"
|
||||||
volumes:
|
volumes:
|
||||||
- ./docker/nginx:/etc/nginx/conf.d
|
- ./docker/nginx:/etc/nginx/conf.d
|
||||||
- ./public:/var/www/public
|
- ./public:/var/www/public
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user