add registry

This commit is contained in:
2025-03-19 14:12:45 +03:00
parent 28327d8604
commit 7761772dda
2 changed files with 9 additions and 4 deletions

View File

@@ -16,7 +16,10 @@ Here are some example snippets to help you get started creating a container.
version: "3"
services:
pybitmessage:
image: bitdeals/pybitmessage
build:
context: https://git.bitdeals.org/private/bitmessage.git
dockerfile: ./docker/Dockerfile
image: registry.bitdeals.org/bitmessage
environment:
- BITMESSAGE_API_USER=bitmessage_api_user
- BITMESSAGE_API_PASSWORD=bitmessage_api_password
@@ -39,7 +42,7 @@ docker run -d \
-e BITMESSAGE_TTL=172800 \
-e BITMESSAGE_STOPRESENDINGAFTERXDAYS=60
-p 8442:8442 \
bitdeals/pybitmessage
registry.bitdeals.org/bitmessage
```
# Parameters

View File

@@ -1,7 +1,9 @@
services:
bitmessage:
image: bitdeals/pybitmessage:0.6.3.2-ubuntu
build: ./docker
build:
context: ./docker
dockerfile: Dockerfile
image: registry.bitdeals.org/bitmessage
environment:
- BITMESSAGE_API_USER=bitmessage_api_user
- BITMESSAGE_API_PASSWORD=bitmessage_api_password