脚本更新
This commit is contained in:
@@ -36,6 +36,9 @@ services:
|
||||
build:
|
||||
context: ./backend
|
||||
restart: unless-stopped
|
||||
dns:
|
||||
- 223.5.5.5
|
||||
- 223.6.6.6
|
||||
environment:
|
||||
ENVIRONMENT: production
|
||||
SECRET_KEY: ${SECRET_KEY:-change-me-to-a-real-secret-key}
|
||||
@@ -64,6 +67,9 @@ services:
|
||||
build:
|
||||
context: ./frontend
|
||||
restart: unless-stopped
|
||||
dns:
|
||||
- 223.5.5.5
|
||||
- 223.6.6.6
|
||||
expose:
|
||||
- "80"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user