Skip to content

Commit e6bb1de

Browse files
committed
Update getoutline.yaml
1 parent 3fd3660 commit e6bb1de

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
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'

0 commit comments

Comments
 (0)