Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to Alpine 3.10 #10

Open
blackandred opened this issue Aug 28, 2019 · 2 comments
Open

Migrate to Alpine 3.10 #10

blackandred opened this issue Aug 28, 2019 · 2 comments
Assignees
Labels
FEATURE New feature or request

Comments

@blackandred
Copy link
Contributor

blackandred commented Aug 28, 2019

The image is pretty big in my opinion, its possible I guess to move it to Alpine 3.10.

@blackandred blackandred added the FEATURE New feature or request label Aug 28, 2019
@Leopere
Copy link

Leopere commented Sep 2, 2019

Oh please do this I really want to just have the app and Traefik in front of it! Far nicer for adding too many web apps into my self-hosting rig.

@blackandred
Copy link
Contributor Author

The migration to Alpine 10 should be possible.
The problem could be in not using NGINX, as Taiga requires to set routing externally for different components such as events queue, frontend and backend on the same domain.

Example:

{% if TAIGA_ENABLE_EVENTS.lower() == 'true' %}
        location /events {
            proxy_pass http://{{ TAIGA_EVENTS_HOST }}/events;
            proxy_http_version 1.1;
            proxy_set_header Upgrade $http_upgrade;
            proxy_set_header Connection "upgrade";
            proxy_connect_timeout 7d;
            proxy_send_timeout 7d;
            proxy_read_timeout 7d;
        }
        {% endif %}

So I'm changing the target of this issue to address only migration to Alpine.

@blackandred blackandred changed the title Migrate to Alpine 10 and pure Gunicorn without NGINX Migrate to Alpine 10 Dec 27, 2019
@blackandred blackandred changed the title Migrate to Alpine 10 Migrate to Alpine 3.10 Dec 27, 2019
@blackandred blackandred self-assigned this Dec 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEATURE New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants