Skip to content

Commit da8a453

Browse files
committed
Merge branch 'next' of github.com:coollabsio/coolify into next
2 parents 673081f + 8f6c01b commit da8a453

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

templates/compose/getoutline.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -85,21 +85,3 @@ services:
8585
interval: 30s
8686
timeout: 20s
8787
retries: 3
88-
89-
https-portal:
90-
image: steveltn/https-portal:latest
91-
links:
92-
- outline
93-
restart: always
94-
volumes:
95-
- https-portal-data:/var/lib/https-portal
96-
healthcheck:
97-
test: ["CMD", "service", "nginx", "status"]
98-
interval: 30s
99-
timeout: 20s
100-
retries: 3
101-
environment:
102-
- DOMAINS='${SERVICE_FQDN_OUTLINE_3000} -> ${SERVICE_FQDN_OUTLINE_3000}:${OUTLINE_PORT:-3000}'
103-
- STAGE='production'
104-
- WEBSOCKET='true'
105-
- CLIENT_MAX_BODY_SIZE='0'

templates/service-templates.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)