🚀 deploy with https

Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
haraldnilsen 2024-01-13 12:45:35 +01:00
parent 6f1db8b64a
commit dbc8dcfb1e
2 changed files with 12 additions and 3 deletions

View file

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