2024-07-07 02:25:56 -07:00
|
|
|
version: "3"
|
|
|
|
|
|
|
|
services:
|
|
|
|
linuxbuilder:
|
2024-07-07 16:54:19 -07:00
|
|
|
image: git.zontreck.com/ariascreations/buildenvironments:linux
|
2024-07-07 23:02:36 -07:00
|
|
|
container_name: linuxbuilder
|
2024-07-07 16:54:19 -07:00
|
|
|
networks:
|
|
|
|
- buildenv
|
2024-07-07 22:56:58 -07:00
|
|
|
linuxfs:
|
|
|
|
image: git.zontreck.com/ariascreations/buildenvironments:linuxfs
|
2024-07-07 23:02:36 -07:00
|
|
|
container_name: linuxfs
|
2024-07-07 22:56:58 -07:00
|
|
|
networks:
|
|
|
|
- buildenv
|
2024-07-07 16:54:19 -07:00
|
|
|
|
|
|
|
networks:
|
|
|
|
buildenv:
|