Skip to content

Commit

Permalink
feat(chaotic-v4): supply BUILDER_HOSTNAME for builders
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed May 30, 2024
1 parent 13db2fe commit 9e9b42f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose/chaotic-v4-builder/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
container_name: chaotic-builder
command: builder
environment:
BUILDER_HOSTNAME: garuda-build
DATABASE_HOST: builds.garudalinux.org
DATABASE_PORT: 400
REDIS_PASSWORD: ${REDIS_PASSWORD:-?err}
Expand Down
1 change: 1 addition & 0 deletions docker-compose/chaotic-v4/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
container_name: chaotic-builder
command: builder
environment:
BUILDER_HOSTNAME: immortalis
REDIS_PASSWORD: ${REDIS_PASSWORD:-?err}
REDIS_SSH_HOST: host.docker.internal
REDIS_SSH_USER: package-deployer
Expand Down

0 comments on commit 9e9b42f

Please sign in to comment.