feat: 加入 nginx 外部网络,支持反向代理
This commit is contained in:
@@ -10,3 +10,9 @@ services:
|
||||
environment:
|
||||
- DATABASE_URL=file:/app/data/prod.db
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- nginx
|
||||
|
||||
networks:
|
||||
nginx:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user