bin/docker-compose.yml
Gunwant Jain 0239e253a7 docker-compose, readme: s/HOST/HOST_URL/
HOST is an already taken env variable

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

13 lines
327 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_URL=localhost:6162 # or bin.example.com
volumes:
- ./upload:/app/upload # upload folder will have your pastes