test(palemoon): add some variables

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-07-24 15:55:50 -04:00
parent b2f3f99b52
commit 89230f7678
10 changed files with 59 additions and 15 deletions
+8 -2
View File
@@ -2,8 +2,8 @@ services:
display:
image: ghcr.io/techarohq/ci-images/xserver:latest
pull_policy: always
# ports:
# - 5900:5900
ports:
- 5900:5900
anubis:
image: ko.local/anubis
@@ -14,6 +14,8 @@ services:
SLOG_LEVEL: DEBUG
volumes:
- ../anubis:/cfg
depends_on:
- relayd
relayd:
image: ghcr.io/xe/x/relayd
@@ -42,3 +44,7 @@ services:
volumes:
- ../../pki:/usr/local/share/ca-certificates/minica:ro
- ../scripts:/hack/scripts:ro
depends_on:
- anubis
- relayd
- display