Logo
Explore Help
Register Sign In
goodmorningbitcoin/wot-relay
1
0
Fork 0
You've already forked wot-relay
mirror of https://github.com/bitvora/wot-relay.git synced 2025-05-22 01:52:03 +00:00
Code Issues Packages Projects Releases Wiki Activity
6115af6ccd
BranchesTags
View all branches
wot-relay/docker-compose.yml

14 lines
378 B
YAML
Raw Normal View History

Add Dockerfile and Docker Compose for wot-relay setup Introduced a Dockerfile to build the wot-relay application using the Golang image based on Debian Bookworm. Configured the working directory, cloned the repository, downloaded Go module dependencies, set environment variables, and built the Go application. Exposed port 3334 and set the command to run the executable. Added a Docker Compose file for streamlined service deployment, including environment variable configurations, volume binding for the database directory, and port mapping.
2024-09-06 17:49:30 +00:00
services:
wot-relay:
build:
context: .
dockerfile: Dockerfile
environment:
RELAY_NAME: "utxo WoT relay"
RELAY_PUBKEY: "e2ccf7cf20403f3f2a4a55b328f0de3be38558a7d5f33632fdaaefc726c1c8eb"
RELAY_DESCRIPTION: "Only notes in utxo WoT"
DB_PATH: "./db"
volumes:
- "./db:/app/db"
ports:
- "3334:3334"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 160ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API