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' version: '3.3'
services: services:
pastebin: pastebin:
build: image: wantguns/bin
context: .
restart: always
container_name: pastebin container_name: pastebin
ports: ports:
- 127.0.0.1:6162:6162 - 127.0.0.1:6162:6162
environment: environment:
- ROCKET_PORT=6162 - ROCKET_PORT=6162 # Port the app uses
- THEME=gruvbox-dark # By default, it uses the Ayu Colorscheme - THEME=gruvbox-dark # By default, it uses the Ayu Colorscheme
- HOST=localhost:6162 # or bin.example.com - HOST=localhost:6162 # or bin.example.com
volumes: volumes: