This commit is contained in:
brooke 2025-03-07 23:24:24 -05:00
parent 1ac909a748
commit db20782123
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,5 @@
export ROBOTS_TXT_VERSION=v1
export ONION_TXT_VERSION=v1
export ABOUT_HTML_VERSION=v1
export HEADER_HTML_VERSION=v1
export HOME_HTML_VERSION=v1

View File

@ -30,8 +30,6 @@ services:
- FOURGET_PROXY_YANDEX_V="onion"
networks:
- internal
volumes:
- banners:/var/www/html/4get/banner/
configs:
- source: onion_txt
target: /var/www/html/4get/data/proxies/onion.txt
@ -40,10 +38,9 @@ services:
configs:
onion_txt:
name: ${STACK_NAME}_onion_txt_${ROBOTS_TXT_VERSION}
name: ${STACK_NAME}_onion_txt_${ONION_TXT_VERSION}
file: onion.txt.tmpl
template_driver: golang
networks:
internal: