version: "3" services: linuxbuilder: image: linuxagent container_name: linuxagent restart: unless-stopped env_file: .env networks: - buildenv linuxfs: image: git.zontreck.com/packages/buildenvironments:linuxfs container_name: linuxfs restart: unless-stopped env_file: .env networks: - buildenv arch: image: archagent container_name: archagent restart: unless-stopped env_file: .env networks: - buildenv networks: buildenv: