File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ name: Build
33on :
44 pull_request : {}
55 push :
6- branches : [main]
6+ branches :
7+ - " **"
78jobs :
89 build :
910 name : Build
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build and publish Docker image
33on :
44 push :
55 branches :
6- - " main "
6+ - " ** "
77
88env :
99 REGISTRY : ghcr.io
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ FROM ubuntu:22.04
2626RUN apt update \
2727 && apt install -y --no-install-recommends \
2828 dumb-init \
29+ ca-certificates \
2930 && rm -rf /var/lib/apt/lists/*
3031
3132WORKDIR /
Original file line number Diff line number Diff line change @@ -2,10 +2,12 @@ version: "3.3"
22services :
33 waterfall :
44 container_name : waterfall
5- image : ghcr.io/matrix-org/waterfall:main
5+ # Use a proper commit hash for specific deployments.
6+ image : ghcr.io/matrix-org/waterfall:sha-b64edee
67 network_mode : host
78 restart : always
89 environment :
10+ # Set the `CONFIG` to the configuration you want.
911 CONFIG : |
1012 homeserverurl: "http://localhost:8008"
1113 userid: "@sfu:shadowfax"
You can’t perform that action at this time.
0 commit comments