mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-23 16:33:11 +08:00
21 lines
No EOL
357 B
TOML
21 lines
No EOL
357 B
TOML
# listen on port 80
|
|
[entryPoints]
|
|
[entryPoints.web]
|
|
address = ":80"
|
|
[entryPoints.backend]
|
|
address = ":8000"
|
|
|
|
# Traefik dashboard over http
|
|
[api]
|
|
insecure = true
|
|
|
|
[log]
|
|
level = "DEBUG"
|
|
|
|
[accessLog]
|
|
|
|
# containers are not discovered automatically
|
|
# to prevent exposing the database, etc
|
|
[providers]
|
|
[providers.docker]
|
|
exposedByDefault = false |