Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
cba76564e8 | |||
b718378c5f |
20
README.md
20
README.md
@ -1,17 +1,17 @@
|
|||||||
# {{ .Name }}
|
# Freescout
|
||||||
|
|
||||||
{{ .Description }}
|
Open-source casework system running on Co-op cloud
|
||||||
|
|
||||||
<!-- metadata -->
|
<!-- metadata -->
|
||||||
|
|
||||||
* **Category**: {{ .Category }}
|
* **Category**: Apps
|
||||||
* **Status**: {{ .Status }}
|
* **Status**: 0, work-in-progress
|
||||||
* **Image**: {{ .Image }}
|
* **Image**: `tiredofit/freescout:php8.0-1.17.3`
|
||||||
* **Healthcheck**: {{ .Healthcheck }}
|
* **Healthcheck**: No
|
||||||
* **Backups**: {{ .Backups }}
|
* **Backups**: No
|
||||||
* **Email**: {{ .Email }}
|
* **Email**: No
|
||||||
* **Tests**: {{ .Tests }}
|
* **Tests**: No
|
||||||
* **SSO**: {{ .SSO }}
|
* **SSO**: No
|
||||||
|
|
||||||
<!-- endmetadata -->
|
<!-- endmetadata -->
|
||||||
|
|
||||||
|
10
compose.yml
10
compose.yml
@ -3,7 +3,9 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: nginx:1.20.0
|
image: tiredofit/freescout:php8.0-1.17.3
|
||||||
|
environment:
|
||||||
|
- DB_
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
deploy:
|
deploy:
|
||||||
@ -15,11 +17,7 @@ services:
|
|||||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
||||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||||
## Redirect from EXTRA_DOMAINS to DOMAIN
|
- coop-cloud.${STACK_NAME}.version=0.1+1.17.3
|
||||||
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
|
|
||||||
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
|
|
||||||
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
|
||||||
- "coop-cloud.${STACK_NAME}.version="
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost"]
|
test: ["CMD", "curl", "-f", "http://localhost"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
Loading…
x
Reference in New Issue
Block a user