pipedproxy url
This commit is contained in:
parent
e5c0373bed
commit
0f19b0a653
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user