bin/docker-compose.yml
Gunwant Jain 9780e01deb docker-compose: use dockerhub's container registry
Signed-off-by: Gunwant Jain <mail@wantguns.dev>
2021-01-06 00:12:21 +05:30

14 lines
393 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
- THEME=gruvbox-dark # By default, it uses the Ayu Colorscheme
- HOST=localhost:6162 # or bin.example.com
volumes:
- ./upload:/app/upload # upload folder will have your pastes