Skip to content
Snippets Groups Projects
Commit 4d234a61 authored by Helmut's avatar Helmut
Browse files

Initial Commit

parent b63d7a6f
No related branches found
No related tags found
No related merge requests found
version: "3.7"
services:
nginx:
build: mynginx
image: mynginx:latest
ports:
- 80:80
networks:
- logger-network
depends_on:
- logging
logging:
driver: "fluentd"
options:
tag: "nginx.logs"
fluentd-address: "127.0.0.1:24224"
fluentd-async-connect: "true"
networks:
logger-network:
external: true
driver: overlay
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment