Change agent names for build slaves

This commit is contained in:
zontreck 2024-11-22 20:32:50 -07:00
parent 4a49a9c177
commit 7ae951fbfd
2 changed files with 9 additions and 4 deletions

View file

@ -3,7 +3,7 @@ version: "3"
services:
linuxbuilder:
image: linuxagent
container_name: linuxbuilder
container_name: linuxagent
restart: unless-stopped
env_file: .env
networks:
@ -17,7 +17,7 @@ services:
- buildenv
arch:
image: archagent
container_name: arch
container_name: archagent
restart: unless-stopped
env_file: .env
networks: