mirror of
https://github.com/sist2app/sist2.git
synced 2025-05-19 07:54:03 +02:00
8 lines
No EOL
107 B
YAML
8 lines
No EOL
107 B
YAML
version: "3"
|
|
|
|
services:
|
|
sist2-dev:
|
|
build: .
|
|
command: sleep infinity
|
|
volumes:
|
|
- ../:/app |