fake-firehose/docker-compose.yml
2022-12-17 20:45:49 -05:00

11 lines
No EOL
196 B
YAML

version: "3.9 "
services:
fake-firehose:
build: .
image: fakefirehose:latest
volumes:
- ./data:/data
- ./config:/config
restart: always
env_file: .env.production