Update self-hosting instructions

This commit is contained in:
Luck
2025-02-23 15:18:45 +00:00
parent 5b2ca9bd19
commit 0d7cd64eef
4 changed files with 29 additions and 42 deletions

View File

@@ -1,9 +1,10 @@
version: '3.8'
services:
# frontend service
paste:
image: ghcr.io/lucko/paste
# backend service
bytebin:
image: ghcr.io/lucko/bytebin
volumes:
@@ -11,6 +12,7 @@ services:
environment:
BYTEBIN_MISC_KEYLENGTH: 5
# reverse proxy
nginx:
image: nginx:alpine
command: ['nginx', '-g', 'daemon off;']