bin/docker-compose.yml
Gunwant Jain cfd2fa15b6 pretty.html: corrections for optimum lighthouse results
added meta tag for SEO
use font-display: swap (almost) for faster contentful paints

Signed-off-by: Gunwant Jain <mail@wantguns.dev>
2021-01-06 04:10:59 +05:30

13 lines
323 B
YAML

version: '3.3'
services:
pastebin:
image: wantguns/bin
container_name: pastebin
ports:
- 127.0.0.1:6162:6162
environment:
- ROCKET_PORT=6162 # Port the app uses
- HOST=localhost:6162 # or bin.example.com
volumes:
- ./upload:/app/upload # upload folder will have your pastes