diff --git a/compose.yml b/compose.yml index 0848219..601479c 100644 --- a/compose.yml +++ b/compose.yml @@ -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