tag coopcloud version and fix robots.txt config location

This commit is contained in:
2025-08-22 03:35:14 -04:00
parent 444effd5aa
commit cb41258a03

View File

@ -8,7 +8,6 @@ services:
- FOURGET_PROTO=http
- DISALLOWED_SSL=TLS_AES_256_GCM_SHA384
- FILTERED_HEADER_KEYS=x-forwarded-for,x-cluster-client-ip,x-client-ip,x-real-ip,client-ip,real-ip,forwarded-for,forwarded-for-ip,forwarded,proxy-connection,remote-addr,via
networks:
- proxy
deploy:
@ -20,12 +19,12 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version="
- "coop-cloud.${STACK_NAME}.version=0.2.0+1.0.29"
volumes:
- banners:/var/www/html/4get/banner/
configs:
- source: robots_txt
target: /robots.txt
target: /var/www/html/4get/robots.txt
- source: about_html
target: /var/www/html/4get/template/about.html
- source: home_html