forked from mirror/fake-firehose
11 lines
No EOL
200 B
YAML
11 lines
No EOL
200 B
YAML
version: "3.9 "
|
|
|
|
services:
|
|
firehose-archive:
|
|
build: .
|
|
image: fakefirehose:latest
|
|
volumes:
|
|
- ../data:/data
|
|
- ./config:/config
|
|
restart: always
|
|
env_file: .env.production |