Compare commits
1 Commits
v4-red-ver
...
regression
| Author | SHA1 | Date | |
|---|---|---|---|
| 611e9827a3 |
@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: joseluisq/static-web-server:99.0.0-bad-tag
|
image: joseluisq/static-web-server:2.42.0
|
||||||
command: ["-a", "0.0.0.0", "-p", "80", "-g", "warn", "-d", "/var/www/http/$HTTP_SUBDIR"]
|
command: ["-a", "0.0.0.0", "-p", "80", "-g", "warn", "-d", "/var/www/http/$HTTP_SUBDIR"]
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
@ -17,7 +17,7 @@ services:
|
|||||||
- "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
|
# Redirect from EXTRA_DOMAINS to DOMAIN
|
||||||
- "coop-cloud.${STACK_NAME}.version=1.0.1+2.38.0"
|
- "coop-cloud.${STACK_NAME}.version=1.2.0+2.42.0"
|
||||||
environment:
|
environment:
|
||||||
- HTTP_SUBDIR
|
- HTTP_SUBDIR
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user