Add logging driver to AWS CloudWatch

pull/1/head
DustyP 6 years ago
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…
Cancel
Save