We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb0a27 commit e0f0cbbCopy full SHA for e0f0cbb
.github/workflows/deploy.yml
@@ -53,7 +53,7 @@ jobs:
53
cp .env.template .env
54
55
docker compose --profile prod down
56
- docker compose --profile prod up --build -d
+ docker compose --profile prod --profile tls up -d
57
58
docker compose --profile prod ps
59
docker-compose.yml
@@ -166,7 +166,7 @@ services:
166
- frege_proxy_certs:/etc/nginx/certs:rw
167
environment:
168
- DEFAULT_EMAIL=${LETSENCRYPT_EMAIL}
169
- - NGINX_PROXY_CONTAINER=frege-proxy
+ - NGINX_PROXY_CONTAINER=nginx-proxy
170
profiles: ["tls"]
171
172
# === [Django] ===
0 commit comments