Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Re-add removed by accident exposed https port from container
Browse files Browse the repository at this point in the history
  • Loading branch information
icaropires committed Jun 11, 2019
1 parent 71bbfff commit 534c536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deploy/compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ secrets:
file: secrets/API_DJANGO_SECRET_KEY
postgres_password:
file: secrets/DB_PASSWORD
emitter-license:
file: secrets/EMITTER_LICENSE

volumes:
postgres_data:
2 changes: 2 additions & 0 deletions deploy/compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ services:
volumes:
- "./frontend/nginx.prod.conf:/etc/nginx/nginx.conf"
- "./https_certificate.crt:/etc/nginx/ssl/https_certificate.crt"
ports:
- "443:443"
secrets:
- https_key

Expand Down

0 comments on commit 534c536

Please sign in to comment.