tpotce/docker/sentrypeer/docker-compose.yml

31 lines
630 B
YAML
Raw Normal View History

version: '2.3'
networks:
sentrypeer_local:
services:
# SentryPeer service
sentrypeer:
build: .
container_name: sentrypeer
restart: always
2022-03-13 10:19:08 +00:00
# cpu_count: 1
# cpus: 0.25
environment:
2022-06-08 11:09:29 +00:00
# - SENTRYPEER_WEB_GUI=0
2022-11-02 07:54:42 +00:00
# - SENTRYPEER_PEER_TO_PEER=0
2022-06-08 11:09:29 +00:00
# - SENTRYPEER_BOOTSTRAP_NODE=bootstrap.sentrypeer.org
- SENTRYPEER_VERBOSE=1
- SENTRYPEER_DEBUG=1
networks:
- sentrypeer_local
ports:
2022-06-02 08:31:18 +00:00
- "4222:4222/udp"
2022-02-25 13:47:00 +00:00
- "5060:5060/udp"
2022-06-02 08:31:18 +00:00
- "127.0.0.1:8082:8082"
2024-02-14 18:23:25 +00:00
image: "dtagdevsec/sentrypeer:alpha"
2022-02-23 23:19:18 +00:00
read_only: true
volumes:
- /data/sentrypeer/log:/var/log/sentrypeer