mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-09 14:13:06 +08:00
9 lines
93 B
YAML
9 lines
93 B
YAML
version: '3.8'
|
|
|
|
volumes:
|
|
test_volume: {}
|
|
|
|
services:
|
|
helloworld:
|
|
image: ${IMAGE_NAME}
|