add registry
This commit is contained in:
@@ -16,7 +16,10 @@ Here are some example snippets to help you get started creating a container.
|
|||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
pybitmessage:
|
pybitmessage:
|
||||||
image: bitdeals/pybitmessage
|
build:
|
||||||
|
context: https://git.bitdeals.org/private/bitmessage.git
|
||||||
|
dockerfile: ./docker/Dockerfile
|
||||||
|
image: registry.bitdeals.org/bitmessage
|
||||||
environment:
|
environment:
|
||||||
- BITMESSAGE_API_USER=bitmessage_api_user
|
- BITMESSAGE_API_USER=bitmessage_api_user
|
||||||
- BITMESSAGE_API_PASSWORD=bitmessage_api_password
|
- BITMESSAGE_API_PASSWORD=bitmessage_api_password
|
||||||
@@ -39,7 +42,7 @@ docker run -d \
|
|||||||
-e BITMESSAGE_TTL=172800 \
|
-e BITMESSAGE_TTL=172800 \
|
||||||
-e BITMESSAGE_STOPRESENDINGAFTERXDAYS=60
|
-e BITMESSAGE_STOPRESENDINGAFTERXDAYS=60
|
||||||
-p 8442:8442 \
|
-p 8442:8442 \
|
||||||
bitdeals/pybitmessage
|
registry.bitdeals.org/bitmessage
|
||||||
```
|
```
|
||||||
|
|
||||||
# Parameters
|
# Parameters
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
services:
|
services:
|
||||||
bitmessage:
|
bitmessage:
|
||||||
image: bitdeals/pybitmessage:0.6.3.2-ubuntu
|
build:
|
||||||
build: ./docker
|
context: ./docker
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
image: registry.bitdeals.org/bitmessage
|
||||||
environment:
|
environment:
|
||||||
- BITMESSAGE_API_USER=bitmessage_api_user
|
- BITMESSAGE_API_USER=bitmessage_api_user
|
||||||
- BITMESSAGE_API_PASSWORD=bitmessage_api_password
|
- BITMESSAGE_API_PASSWORD=bitmessage_api_password
|
||||||
|
|||||||
Reference in New Issue
Block a user