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

Allow to set up project with docker compose up #39

Closed
wants to merge 1 commit into from

Conversation

wozniakpl
Copy link

No description provided.

@wozniakpl wozniakpl requested a review from domdinicola March 19, 2024 12:17

services:
proxy:
image: tivix/docker-nginx:v17
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need this custom nginx?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is for local dev setup, so we can serve statics properly via docker volume

chose this one because it's a simple wrapper that allows to configure exactly what is needed for inter-service communication with some sane defaults - upstreams, statics, etc.

@@ -1,34 +0,0 @@
[circus]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we may need to keep circus since everything here is running within the same container @wozniakpl

@wozniakpl
Copy link
Author

will not be implemented since we're keeping all in one image

@wozniakpl wozniakpl closed this Jun 14, 2024
@domdinicola
Copy link
Collaborator

I think here we are using circus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants