Compare commits
2 Commits
test/gitea
...
46ed0173d3
| Author | SHA1 | Date | |
|---|---|---|---|
|
46ed0173d3
|
|||
|
9dd50d1292
|
@@ -21,7 +21,6 @@ LABEL org.opencontainers.image.title="FireWallet" \
|
||||
org.opencontainers.image.source="https://git.woodburn.au/nathanwoodburn/firewalletbrowser" \
|
||||
org.opencontainers.image.version="2.0.0" \
|
||||
org.opencontainers.image.created=$BUILD_DATE \
|
||||
org.opencontainers.image.revision=$VCS_REF \
|
||||
org.opencontainers.image.licenses="AGPL-3.0-only"
|
||||
|
||||
ENTRYPOINT ["python3"]
|
||||
|
||||
@@ -46,7 +46,6 @@ LABEL org.opencontainers.image.title="FireWallet (HSD)" \
|
||||
org.opencontainers.image.source="https://git.woodburn.au/nathanwoodburn/firewalletbrowser" \
|
||||
org.opencontainers.image.version="2.0.0" \
|
||||
org.opencontainers.image.created=$BUILD_DATE \
|
||||
org.opencontainers.image.revision=$VCS_REF \
|
||||
org.opencontainers.image.licenses="AGPL-3.0-only"
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
firewallet:
|
||||
image: firewallet-hsd:latest
|
||||
image: git.woodburn.au/nathanwoodburn/firewallet-hsd:latest
|
||||
ports:
|
||||
- "5000:5000"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user