mirror of
https://github.com/anyproto/any-sync-dockercompose.git
synced 2025-06-08 05:47:03 +09:00
10 lines
222 B
YAML
10 lines
222 B
YAML
version: "3.9"
|
|
services:
|
|
generateconfig:
|
|
image: generateconfig
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile-generateconfig
|
|
volumes:
|
|
- ./tmp/generateconfig/:/generateconfig/
|
|
command: /gen.sh
|