docker-compose: use dockerhub's container registry

Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
Gunwant Jain 2021-01-06 00:12:21 +05:30
parent 13da6056d6
commit 9780e01deb

View File

@ -1,14 +1,12 @@
version: '3.3'
services:
pastebin:
build:
context: .
restart: always
image: wantguns/bin
container_name: pastebin
ports:
- 127.0.0.1:6162:6162
environment:
- ROCKET_PORT=6162
- 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: