-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docker compose): add container name as tag attribute to contain… (
#1495) * chore(docker compose): add container name as tag attribute to container logs Signed-off-by: Harry Kimpel <[email protected]> * chore(docker compose): add container name as tag attribute to container logs Signed-off-by: Harry Kimpel <[email protected]> * chore(docker compose): add container name as tag attribute to container logs Signed-off-by: Harry Kimpel <[email protected]> --------- Signed-off-by: Harry Kimpel <[email protected]> Co-authored-by: Austin Parker <[email protected]>
- Loading branch information
1 parent
5cef0e7
commit 888f18c
Showing
3 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ x-default-logging: &logging | |
options: | ||
max-size: "5m" | ||
max-file: "2" | ||
tag: "{{.Name}}" | ||
|
||
networks: | ||
default: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ x-default-logging: &logging | |
options: | ||
max-size: "5m" | ||
max-file: "2" | ||
tag: "{{.Name}}" | ||
|
||
networks: | ||
default: | ||
|