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
container_name: hyperpipe-backend
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
ports:
- '3536:3000'

View File

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