pizza1 support for hyperpipe
This commit is contained in:
parent
cdb4efe698
commit
e5c0373bed
@ -5,7 +5,7 @@ services:
|
||||
image: codeberg.org/hyperpipe/hyperpipe:latest
|
||||
container_name: hyperpipe-frontend
|
||||
restart: unless-stopped
|
||||
entrypoint: sh -c 'find /usr/share/nginx/html -type f -exec sed -i s/pipedapi.kavin.rocks/pipedapi.{{ inventory_hostname }}.projectsegfau.lt/g {} \; -exec sed -i s/hyperpipeapi.onrender.com/hyperpipebackend.{{ inventory_hostname }}.projectsegfau.lt/g {} \; && /docker-entrypoint.sh && nginx -g "daemon off;"'
|
||||
entrypoint: sh -c 'find /usr/share/nginx/html -type f -exec sed -i s/pipedapi.kavin.rocks/{% if inventory_hostname == 'eu' %}api.piped.projectsegfau.lt{%else%}pipedapi.{{inventory_hostname}}.projectsegfau.lt{%endif%}/g {} \; -exec sed -i s/hyperpipeapi.onrender.com/hyperpipebackend.{{ inventory_hostname }}.projectsegfau.lt/g {} \; && /docker-entrypoint.sh && nginx -g "daemon off;"'
|
||||
ports:
|
||||
- '8843:80'
|
||||
hyperpipe-backend:
|
||||
|
@ -48,6 +48,7 @@
|
||||
- simplytranslate
|
||||
- teddit
|
||||
- watchtower
|
||||
- hyperpipe
|
||||
tasks:
|
||||
# community.docker does not support compose 2.0 right now.
|
||||
# https://github.com/ansible-collections/community.docker/issues/216
|
||||
@ -60,7 +61,6 @@
|
||||
vars:
|
||||
non_pizza_docker_services:
|
||||
- searxng
|
||||
- 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