fake-firehose/docker-compose.yml

11 lines
200 B
YAML
Raw Normal View History

2022-12-17 23:55:34 +00:00
version: "3.9 "
services:
firehose-archive:
2022-12-17 23:55:34 +00:00
build: .
image: fakefirehose:latest
volumes:
2022-12-21 03:37:10 +00:00
- ../data:/data
2022-12-17 23:55:34 +00:00
- ./config:/config
2022-12-18 01:45:49 +00:00
restart: always
env_file: .env.production