Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
encode gzip zstd

handle /spawndock-logo.png {
root * /srv/landing
root * /srv/bot-resource
file_server
}

Expand Down
2 changes: 1 addition & 1 deletion deploy/landing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
text-align: center;
box-sizing: border-box;
}
/* Served as /spawndock-logo.png from bot-resource/spawndock-logo.png (see docker-compose.prod.yml). */
/* Served as /spawndock-logo.png from /srv/bot-resource/spawndock-logo.png (see docker-compose.prod.yml). */
.logo {
max-width: min(280px, 80vw);
height: auto;
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ services:
volumes:
- ./deploy/Caddyfile:/etc/caddy/Caddyfile:ro
- ./deploy/landing:/srv/landing:ro
- ./bot-resource/spawndock-logo.png:/srv/landing/spawndock-logo.png:ro
- ./bot-resource:/srv/bot-resource:ro
- caddy_data:/data
- caddy_config:/config
depends_on:
Expand Down