Compare commits
4 Commits
upgrade-1.
...
ci/regall-
| Author | SHA1 | Date | |
|---|---|---|---|
| 04433f1c9d | |||
| 4bd480ed47 | |||
| 526502bad2 | |||
| 9556575bb5 |
@ -25,4 +25,3 @@ Custom HTML website, served using thttpd
|
||||
```
|
||||
abra app cp YOURAPPDOMAIN index.html app:/var/www/http
|
||||
```
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: joseluisq/static-web-server:2.42.0
|
||||
image: joseluisq/static-web-server:2.43.0
|
||||
command: ["-a", "0.0.0.0", "-p", "80", "-g", "warn", "-d", "/var/www/http/$HTTP_SUBDIR"]
|
||||
networks:
|
||||
- proxy
|
||||
@ -17,7 +17,7 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
# Redirect from EXTRA_DOMAINS to DOMAIN
|
||||
- "coop-cloud.${STACK_NAME}.version=1.1.0+2.42.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.2.0+2.43.0"
|
||||
environment:
|
||||
- HTTP_SUBDIR
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user