mirror of
https://gh.wpcy.net/https://github.com/aspirepress/AspireCloud.git
synced 2026-05-31 00:04:27 +08:00
* refactor: replace nginx with frankenphp
* fix: add git and zip to the docker image
* refactor: parameterize bin/{create,remove}-external-network.sh
+resilience in remove script
* feat: add traefik proxy
* feat: add traefik-up and traefik-down Makefile targets
* doc: add traefik section to README
* doc: fix thinko
* docs: update traefik README
add note that you still need to edit /etc/hosts
* refactor: docker-compose configs for both nginx and frankenphp
* fix: use correct path to Dockerfile in docker-compose.frankenphp.yml
* feat: switch web backends via environment var (default nginx)
25 lines
366 B
YAML
25 lines
366 B
YAML
api:
|
|
dashboard: true
|
|
insecure: true # expose API with no auth; harmless for local dev
|
|
|
|
accessLog: {}
|
|
|
|
log:
|
|
level: "INFO"
|
|
# level: "DEBUG"
|
|
|
|
providers:
|
|
docker:
|
|
network: traefik
|
|
exposedByDefault: false
|
|
|
|
file:
|
|
directory: "/etc/traefik/traefik-config.d"
|
|
watch: true
|
|
|
|
entrypoints:
|
|
web:
|
|
address: ":80"
|
|
|
|
web-secure:
|
|
address: ":443"
|