mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
bake: rename compose file
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
12
hack/demo-env/examples/compose/docker-compose.yml
Normal file
12
hack/demo-env/examples/compose/docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
db:
|
||||
build: .
|
||||
command: ./entrypoint.sh
|
||||
image: docker.io/tonistiigi/db
|
||||
webapp:
|
||||
build:
|
||||
dockerfile: Dockerfile.webapp
|
||||
args:
|
||||
buildno: 1
|
Reference in New Issue
Block a user