So far so good: last part left us with several services exposed by caddy with impressive domain names like ticketchangelog.domain.com, but that is not why are we here for. Therefore, edit your Caddyfile
with an axe: remove all those selected lines
Caddy / Docker Part 7
Caddy / Docker Part 6
Few good modules
Let’s add few more basic modules:
Podzir
Add following to compose.yml
:
144 podzir:
145 image: registry.gitlab.com/tekelija/tekelija/tekelija-podzir:latest
146 environment:
147 - AUTHSERVER__ISSUER=https://authenticatomatic.domain.com
148 - SERILOG__WRITETO__SEQ__ARGS__SERVERURL=http://seq:5341
149 - SERILOG__MINIMUMLEVEL__DEFAULT=Debug
150 - SERILOG__MINIMUMLEVEL__OVERRIDE__OpenIddict=Information
151 - SERILOG__MINIMUMLEVEL__OVERRIDE__Microsoft=Information
152 - MESSAGEBUS__URL=rabbitmq://rabbit
153 - CONNECTIONSTRINGS__PODZIR=server=mssql;initial catalog=podzir;user id=sa;password=<YourStrong!Passw0rd>;encrypt=false;
154 - TZ=Europe/Ljubljana
155 - ASPNETCORE_FORWARDEDHEADERS_ENABLED=true
156 hostname: podzir
157 depends_on:
158 - mssql