Skip to content

Commit

Permalink
build: add cert and key to compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilhermeasper committed Aug 27, 2024
1 parent 83c441e commit 086ae93
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ services:
- /etc/marquinhos/marquinhos.conf
restart: always
logging:
driver: "json-file"
driver: 'json-file'
options:
max-size: "10m"
max-file: "3"
max-size: '10m'
max-file: '3'
volumes:
- /etc/ssl/certificate.pem:/etc/ssl/certificate.pem
- /etc/ssl/private.pem:/etc/ssl/private.pem

0 comments on commit 086ae93

Please sign in to comment.