Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiorowski committed Nov 15, 2023
1 parent 1b20d2d commit 4faed34
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docker-compose.server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@ services:
- ENV=production
- HTTP_PORT=8090
- GRPC_PORT=8091
- CLIENT_URL=https://sgsg.app
- SERVER_HTTP=https://api.sgsg.app
- COOKIE_DOMAIN=.sgsg.app
- CLIENT_URL=https://sgsg.bearbyte.org
- SERVER_HTTP=https://api-sgsg.bearbyte.org
- COOKIE_DOMAIN=.bearbyte.org
- CERT_PATH="/etc/letsencrypt/live/api-sgsg.bearbyte.org/fullchain.pem"
- KEY_PATH="/etc/letsencrypt/live/api-sgsg.bearbyte.org/privkey.pem"
- GOOGLE_CLIENT_ID=${GOOGLE_CLIENT_ID}
- GOOGLE_CLIENT_SECRET=${GOOGLE_CLIENT_SECRET}
- GITHUB_CLIENT_ID=${GITHUB_CLIENT_ID}
- GITHUB_CLIENT_SECRET=${GITHUB_CLIENT_SECRET}
ports:
- 443:8090
- 8443:8091
Expand Down

0 comments on commit 4faed34

Please sign in to comment.