Skip to content

Commit e0f0cbb

Browse files
committed
use tls
1 parent 1eb0a27 commit e0f0cbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
cp .env.template .env
5454
5555
docker compose --profile prod down
56-
docker compose --profile prod up --build -d
56+
docker compose --profile prod --profile tls up -d
5757
5858
docker compose --profile prod ps
5959

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ services:
166166
- frege_proxy_certs:/etc/nginx/certs:rw
167167
environment:
168168
- DEFAULT_EMAIL=${LETSENCRYPT_EMAIL}
169-
- NGINX_PROXY_CONTAINER=frege-proxy
169+
- NGINX_PROXY_CONTAINER=nginx-proxy
170170
profiles: ["tls"]
171171

172172
# === [Django] ===

0 commit comments

Comments
 (0)