🚀 deploy with https
Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
6f1db8b64a
commit
dbc8dcfb1e
2 changed files with 12 additions and 3 deletions
|
|
@ -20,3 +20,13 @@ services:
|
|||
image: helseveileder
|
||||
depends_on:
|
||||
- postgres
|
||||
nginx:
|
||||
image: nginx:latest
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
volumes:
|
||||
- ./nginx/conf:/etc/nginx/conf.d
|
||||
- ./certs:/etc/nginx/certs:ro
|
||||
depends_on:
|
||||
- ginapi
|
||||
|
|
|
|||
Reference in a new issue