v0.5: readme and dockerfile update, removed old panel sources, added new frontend as submodule

This commit is contained in:
default
2024-08-09 07:03:24 +08:00
parent 73e481bc96
commit a5a31a0d63
22 changed files with 42 additions and 718 deletions

View File

@@ -1,4 +1,13 @@
services:
frontend:
image: ghcr.io/yusing/go-proxy-frontend:latest
container_name: go-proxy-frontend
restart: unless-stopped
network_mode: host
labels:
- proxy.*.aliases=gp
depends_on:
- app
app:
image: ghcr.io/yusing/go-proxy:latest
container_name: go-proxy
@@ -7,7 +16,7 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./config:/app/config
# (Optional) choose one of below to enable https
# 1. use existing certificate
# if your cert is not named `cert.crt` change `cert_path` in `config/config.yml`
@@ -17,4 +26,4 @@ services:
# 2. use autocert, certs will be stored in ./certs (or other path you specify)
# - ./certs:/app/certs
# - ./certs:/app/certs