All checks were successful
Tests and Linting / Tests-Linting (3.11) (push) Successful in 32s
Tests and Linting / Tests-Linting (3.10) (push) Successful in 43s
Tests and Linting / Tests-Linting (3.13) (push) Successful in 45s
Build Docker / Build Images (map[dockerfile:Dockerfile.hsd tag_suffix:-hsd target:hsd]) (push) Successful in 51s
Build Docker / Build Images (map[dockerfile:Dockerfile tag_suffix: target:default]) (push) Successful in 59s
13 lines
231 B
YAML
13 lines
231 B
YAML
services:
|
|
firewallet:
|
|
image: git.woodburn.au/nathanwoodburn/firewallet-hsd:latest
|
|
ports:
|
|
- "5000:5000"
|
|
volumes:
|
|
- hsd_data:/app/hsd_data
|
|
- user_data:/app/user_data
|
|
|
|
volumes:
|
|
hsd_data:
|
|
user_data:
|