18 lines
471 B
YAML
18 lines
471 B
YAML
|
# version: '3.9'
|
||
|
services:
|
||
|
alpine_neofetch:
|
||
|
build:
|
||
|
context: alpine-neofetch
|
||
|
container_name: alpine-neofetch
|
||
|
image: git.h.hackclub.app/9pfs/alpine-neofetch
|
||
|
debian_neofetch:
|
||
|
build:
|
||
|
context: debian-neofetch
|
||
|
container_name: debian-neofetch
|
||
|
image: git.h.hackclub.app/9pfs/debian-neofetch
|
||
|
ubuntu_neofetch:
|
||
|
build:
|
||
|
context: ubuntu-neofetch
|
||
|
container_name: ubuntu-neofetch
|
||
|
image: git.h.hackclub.app/9pfs/ubuntu-neofetch
|