Add logging driver to AWS CloudWatch

This commit is contained in:
Dustin Pianalto 2020-04-30 21:39:53 -08:00
parent b055336432
commit a0f1b4eb43

View File

@ -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: