13 lines
193 B
YAML
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
|