Compare commits
2 Commits
switch_to_
...
1.0.0+2.38
| Author | SHA1 | Date | |
|---|---|---|---|
| feb1e3dbb9 | |||
| 742232d7f1 |
@ -3,8 +3,8 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: git.coopcloud.tech/coop-cloud-chaos-patchs/thttpd:0.2.29
|
||||
command: ["-D", "-l", "/dev/stderr", "-d", "/var/www/http/$HTTP_SUBDIR"]
|
||||
image: joseluisq/static-web-server:2.38.0
|
||||
command: ["-a", "0.0.0.0", "-p", "80", "-g", "warn", "-d", "/var/www/http/$HTTP_SUBDIR"]
|
||||
networks:
|
||||
- proxy
|
||||
deploy:
|
||||
@ -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=0.1.0+0.2.29"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.0.0+2.38.0"
|
||||
environment:
|
||||
- HTTP_SUBDIR
|
||||
volumes:
|
||||
|
||||
1
release/1.0.0+2.38.0
Normal file
1
release/1.0.0+2.38.0
Normal file
@ -0,0 +1 @@
|
||||
This switches from thttpd to the more reliable SWS
|
||||
Reference in New Issue
Block a user