1
0
Fork 0
fake-firehose/docker-compose.sample.yml

11 lines
200 B
YAML
Raw Normal View History

2022-12-27 22:20:53 +00:00
version: "3.9 "
services:
firehose-archive:
build: .
image: fakefirehose:latest
volumes:
- ../data:/data
- ./config:/config
restart: always
env_file: .env.production