k-space
/
mongo-logger
Archived
9
0
Fork 0
This repository has been archived on 2023-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
mongo-logger/docker-compose.yml

13 lines
193 B
YAML

version: "3.7"
services:
app:
restart: always
image: kspaceee/mongo-logger
build:
context: .
network_mode: host
env_file: .env
logging:
driver: json-file