mirror of
https://github.com/johndoe6345789/AutoMetabuilder.git
synced 2026-04-25 06:15:01 +00:00
10 lines
132 B
YAML
10 lines
132 B
YAML
services:
|
|
autometabuilder:
|
|
build: .
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- .:/app
|
|
stdin_open: true
|
|
tty: true
|