add(builder): add linux debian & alpine test
This commit is contained in:
parent
79f84a7285
commit
9b27f65f66
8
builder/alpine/compose.yml
Normal file
8
builder/alpine/compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
services:
|
||||
|
||||
test:
|
||||
image: ${IMAGE_TAG}
|
||||
container_name: "alpine-test"
|
||||
restart: unless-stopped
|
||||
tty: true
|
||||
command: ash
|
1
builder/alpine/env.cnf
Normal file
1
builder/alpine/env.cnf
Normal file
@ -0,0 +1 @@
|
||||
IMAGE_TAG=alpine:3
|
9
builder/debian/compose.yml
Normal file
9
builder/debian/compose.yml
Normal file
@ -0,0 +1,9 @@
|
||||
services:
|
||||
test:
|
||||
image: ${IMAGE_TAG}
|
||||
container_name: "debian-test"
|
||||
restart: unless-stopped
|
||||
tty: true
|
||||
command: bash
|
||||
|
||||
|
1
builder/debian/env.cnf
Normal file
1
builder/debian/env.cnf
Normal file
@ -0,0 +1 @@
|
||||
IMAGE_TAG=debian:12
|
@ -1,5 +1,5 @@
|
||||
# path:: mkdir -pv /data/volumes/memos/data
|
||||
# run:: docker compose -p memos --env-file ./memos/env.cfg -f ./memos/prod.stack.yml up -d
|
||||
# path:: mkdir -pv /data/volumes/mygits
|
||||
# run:: docker compose -p memos --env-file ./builder/golang/env.cnf -f ./builder/golang/compose.yml up -d
|
||||
|
||||
services:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user