forked from DevOps/deploy.stack
fix(dbSer): 更新Redis和MySQL配置及添加代理服务
为Redis添加密码认证并更新MySQL镜像标签和字符集配置 新增webout代理服务配置
This commit is contained in:
19
webout/myproxy.yml
Normal file
19
webout/myproxy.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
# run:: docker compose -p out-caddy --env-file ./webout/env.cfg -f ./webout/myproxy.yml up -d
|
||||
|
||||
services:
|
||||
web-out:
|
||||
image: ${IMAGE_TAG}
|
||||
volumes:
|
||||
- caddy_data:/data
|
||||
- caddy_config:/config
|
||||
- /data/configs/caddy/myproxy.conf:/etc/caddy/Caddyfile
|
||||
ports:
|
||||
- '8080:80'
|
||||
container_name: web-out
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
|
||||
volumes:
|
||||
caddy_data:
|
||||
caddy_config:
|
||||
Reference in New Issue
Block a user