mirror of
https://github.com/raynormast/fake-firehose.git
synced 2025-01-12 02:27:58 +00:00
11 lines
200 B
YAML
11 lines
200 B
YAML
![]() |
version: "3.9 "
|
||
|
|
||
|
services:
|
||
|
firehose-archive:
|
||
|
build: .
|
||
|
image: fakefirehose:latest
|
||
|
volumes:
|
||
|
- ../data:/data
|
||
|
- ./config:/config
|
||
|
restart: always
|
||
|
env_file: .env.production
|