Skip to content

Commit

Permalink
modified docker compose and caddyfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammedArab1 committed Jun 16, 2024
1 parent c068655 commit 03213e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions API/deploy/Caddyfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
auto_https off
https://standalone2.thaqalayn-api.net:443 {
reverse_proxy http://thaqalayn-api:3001
}
https://thaqalayn-api.net:443 {
reverse_proxy http://thaqalayn-api:3001
}
:80 {
https://www.thaqalayn-api.net:443 {
reverse_proxy http://thaqalayn-api:3001
}



1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ services:
- 443:443
volumes:
- ./API/deploy/Caddyfile:/etc/caddy/Caddyfile
- ./API/deploy/caddy_data:/data
networks:
- apinetwork
labels:
Expand Down

0 comments on commit 03213e5

Please sign in to comment.