Add logging driver to AWS CloudWatch
This commit is contained in:
parent
b055336432
commit
a0f1b4eb43
@ -15,6 +15,11 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: "${PWD}/Dockerfile"
|
dockerfile: "${PWD}/Dockerfile"
|
||||||
env_file: ${PWD}/.env
|
env_file: ${PWD}/.env
|
||||||
|
logging:
|
||||||
|
driver: awslogs
|
||||||
|
options:
|
||||||
|
awslogs-region: us-east-1
|
||||||
|
awslogs-group: "/docker/goff/production"
|
||||||
# depends_on:
|
# depends_on:
|
||||||
# - goff-db
|
# - goff-db
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user