Fixed some leftovers from copy-paste.
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Christopher Leggett 2020-06-21 23:50:53 -04:00
parent 2859c71253
commit c6980a390f
No known key found for this signature in database
GPG Key ID: 6D4C805CB2BC7206
1 changed files with 3 additions and 10 deletions

View File

@ -260,22 +260,15 @@ services:
frontend:
image: vikunja/frontend
restart: unless-stopped
proxy:
image: nginx
ports:
- 80:80
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
depends_on:
- api
- frontend
restart: unless-stopped
caddy:
image: caddy
restart: unless-stopped
ports:
- "80:80"
- "443:443"
depends_on:
- api
- frontend
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile:ro
{{< /highlight >}}