Fix deploy/compose file, remove client codes (multirepo)
All checks were successful
Server Check Build (NixCN CMS) TeamCity build finished
All checks were successful
Server Check Build (NixCN CMS) TeamCity build finished
Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
:3000 {
|
||||
root * /srv
|
||||
encode zstd gzip
|
||||
|
||||
handle_path /app/* {
|
||||
try_files {path} /index.html
|
||||
file_server
|
||||
}
|
||||
}
|
||||
@@ -56,7 +56,7 @@ services:
|
||||
volumes:
|
||||
- ./Caddyfile:/etc/caddy/Caddyfile
|
||||
- ./cert.crt:/etc/caddy/cert.crt
|
||||
- ./key.pem:/etc/caddy/key.pem
|
||||
- ./cert.key:/etc/caddy/cert.key
|
||||
- ./data/caddy/data:/data
|
||||
- ./data/caddy/config:/config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user