pipedproxy url

This commit is contained in:
Arya 2023-07-09 14:12:51 +05:30
parent e5c0373bed
commit 0f19b0a653
Signed by: arya
GPG Key ID: 842D12BDA50DF120
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ services:
image: codeberg.org/hyperpipe/hyperpipe-backend:latest image: codeberg.org/hyperpipe/hyperpipe-backend:latest
container_name: hyperpipe-backend container_name: hyperpipe-backend
environment: environment:
- HYP_PROXY=pipedproxy.{{ inventory_hostname }}.projectsegfau.lt - HYP_PROXY={% if inventory_hostname == 'eu' %}proxy.piped.projectsegfau.lt{%else%}pipedproxy.{{inventory_hostname}}.projectsegfau.lt{%endif%}
restart: unless-stopped restart: unless-stopped
ports: ports:
- '3536:3000' - '3536:3000'

View File

@ -39,6 +39,7 @@
- breezewiki - breezewiki
- gothub - gothub
- gothub-dev - gothub-dev
- hyperpipe
- librarian - librarian
- libreddit - libreddit
- nitter - nitter
@ -48,7 +49,6 @@
- simplytranslate - simplytranslate
- teddit - teddit
- watchtower - watchtower
- hyperpipe
tasks: tasks:
# community.docker does not support compose 2.0 right now. # community.docker does not support compose 2.0 right now.
# https://github.com/ansible-collections/community.docker/issues/216 # https://github.com/ansible-collections/community.docker/issues/216