Skip to content

Commit

Permalink
ssl provided
Browse files Browse the repository at this point in the history
  • Loading branch information
dvrkni committed Nov 18, 2023
1 parent 2708dd1 commit b21b181
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,20 @@ services:
dockerfile: cmd/server/Dockerfile
ports:
- "10443:8443"
volumes:
- /ssl:/ssl
depends_on:
db:
condition: service_healthy
restart: on-failure
env_file:
- config.env
command:
- ./blood-info
- --certfile
- /ssl/ssl.crt
- --keyfile
- /ssl/ssl.key

scraper:
build:
Expand Down

0 comments on commit b21b181

Please sign in to comment.