mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-15 08:46:58 +08:00
feat: web 443 port and ssl cert
This commit is contained in:
@@ -87,7 +87,9 @@ services:
|
|||||||
container_name: nofx-frontend
|
container_name: nofx-frontend
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "${NOFX_FRONTEND_PORT:-3000}:80"
|
- "${NOFX_FRONTEND_PORT:-3000}:443"
|
||||||
|
volumes:
|
||||||
|
- ./certs:/etc/nginx/certs:ro # 挂载证书目录
|
||||||
networks:
|
networks:
|
||||||
- nofx-network
|
- nofx-network
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user