Skip to content

Commit

Permalink
Fix HTTPS_ENABLED
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNaif2018 committed Mar 30, 2024
1 parent d208c22 commit 47dbe9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generator/docker-components/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
BITCART_ADMIN_HOST: ${BITCART_ADMIN_HOST}
BITCART_ADMIN_ROOTPATH: ${BITCART_ADMIN_ROOTPATH:-/}
BITCART_REVERSEPROXY: ${BITCART_REVERSEPROXY:-nginx-https}
BITCART_HTTPS_ENABLED: ${BITCART_HTTPS_ENABLED}
BITCART_HTTPS_ENABLED: ${BITCART_HTTPS_ENABLED:-false}
extra_hosts:
- "host.docker.internal:host-gateway"
expose:
Expand Down
2 changes: 1 addition & 1 deletion generator/docker-components/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
BITCART_ADMIN_HOST: ${BITCART_ADMIN_HOST}
BITCART_ADMIN_ROOTPATH: ${BITCART_ADMIN_ROOTPATH:-/}
BITCART_REVERSEPROXY: ${BITCART_REVERSEPROXY:-nginx-https}
BITCART_HTTPS_ENABLED: ${BITCART_HTTPS_ENABLED}
BITCART_HTTPS_ENABLED: ${BITCART_HTTPS_ENABLED:-false}
extra_hosts:
- "host.docker.internal:host-gateway"
expose:
Expand Down

0 comments on commit 47dbe9c

Please sign in to comment.