mirror of
https://github.com/raynormast/fake-firehose.git
synced 2024-12-22 15:57:38 +00:00
10 lines
No EOL
166 B
YAML
10 lines
No EOL
166 B
YAML
version: "3.9 "
|
|
|
|
services:
|
|
fake-firehose:
|
|
build: .
|
|
image: fakefirehose:latest
|
|
volumes:
|
|
- ./data:/data
|
|
- ./config:/config
|
|
restart: always |