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