fake-firehose/docker-compose.yml

11 lines
196 B
YAML
Raw Normal View History

2022-12-17 18:55:34 -05:00
version: "3.9 "
services:
fake-firehose:
build: .
image: fakefirehose:latest
volumes:
- ./data:/data
- ./config:/config
2022-12-17 20:45:49 -05:00
restart: always
env_file: .env.production