334b525fe6
Build All Platforms / test-linux-unit (push) Failing after 40s
Build All Platforms / build-linux-qt (push) Failing after 40s
Build All Platforms / build-linux-daemon (push) Failing after 40s
Build All Platforms / build-windows-qt (push) Has been cancelled
Build All Platforms / build-windows-daemon (push) Has been cancelled
Build All Platforms / build-macos (push) Has been cancelled
Build All Platforms / release (push) Has been cancelled
Build All Platforms / Trigger TRI-PI ARM64 Build (push) Has been cancelled
18 lines
385 B
YAML
18 lines
385 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
trianglesd:
|
|
build: .
|
|
image: cryptographic-triangles/trianglesd:5.7.6
|
|
container_name: trianglesd
|
|
restart: unless-stopped
|
|
ports:
|
|
- "24112:24112"
|
|
- "19112:19112"
|
|
volumes:
|
|
- triangles-data:/home/triangles/.triangles
|
|
command: ["-daemon=0", "-printtoconsole", "-rpcallowip=172.16.0.0/12"]
|
|
|
|
volumes:
|
|
triangles-data:
|