Compare commits
1 Commits
deploy-202
...
deploy-gen
| Author | SHA1 | Date | |
|---|---|---|---|
| 1faaa05032 |
@@ -105,7 +105,7 @@ services:
|
||||
container_name: tuwen_frpc
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
command: ["-c", "/etc/frp/frpc.toml"]
|
||||
command: ["frpc", "-c", "/etc/frp/frpc.toml"]
|
||||
volumes:
|
||||
- ./frpc/frpc.toml:/etc/frp/frpc.toml:ro
|
||||
depends_on:
|
||||
|
||||
@@ -26,7 +26,7 @@ services:
|
||||
environment:
|
||||
API_PORT: 3100
|
||||
API_BODY_LIMIT: 100mb
|
||||
CORS_ORIGIN: http://localhost:4002,https://localhost:4443,http://localhost:3001
|
||||
CORS_ORIGIN: ${CORS_ORIGIN:-http://localhost:4002,https://localhost:4443,http://localhost:3001}
|
||||
DATABASE_URL: postgresql://surclaw:surclaw_dev_password@db:5432/surclaw?schema=public
|
||||
# XXX Public HTTPS reverse-proxy deployments can override these from the shell or .env.
|
||||
SESSION_SECRET: ${SESSION_SECRET:-change-me-in-production}
|
||||
@@ -73,7 +73,7 @@ services:
|
||||
container_name: tuwen_frpc
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
command: ["-c", "/etc/frp/frpc.toml"]
|
||||
command: ["frpc", "-c", "/etc/frp/frpc.toml"]
|
||||
volumes:
|
||||
- ./frpc/frpc.toml:/etc/frp/frpc.toml:ro
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user