Added section to full-docker-example.md for Caddy v2. #595
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "leggettc18/api:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
I added a section to the full-docker-example docs for the Caddy v2 webserver, in case anyone gets stuck on it like I did.
Checklist
go mod vendor
make do-the-swag
)Two small nits, looking good otherwise!
@ -221,0 +260,4 @@
frontend:
image: vikunja/frontend
restart: unless-stopped
proxy:
I guess you would not need the nginx proxy when using caddy? Could you remove that?
@ -221,0 +270,4 @@
- api
- frontend
restart: unless-stopped
caddy:
Please also add a
depends_on
section like the proxy has.Yup I copy pasted the proxy docker-compose because it ended up being exactly the same minus the proxy section which I just forgot to remove. Oops! Gimme a few minutes I'll get that cleaned up.
Ok those should be fixed now.
Looks good now, I'll merge once ci passes.