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