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

example docker-compose.yml #197

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Conversation

maureenvdr
Copy link
Contributor

Just an example file to start docker containers using docker compose with a yml file.
only contains postgis, geoserver, api, app and proxy.
Assumes the images are build regularly using the scripts provided in docker4gis because this example contains the image label for all the services.
start things: docker-compose -f docker-compose.yml up -d
stop things: docker-compose -f docker-compose.yml down

@@ -9,3 +9,6 @@ ENV HOMEDEST="/${DOCKER_USER}/app/"

# Where to ask for authorisation
ENV AUTH_PATH="http://${DOCKER_USER}-api:8080/rpc/auth_path"

# IF you don't want all the containers availible throught the proxy make your own config to limit to only the ones you want and add that config
# COPY conf/conf.sh /conf.sh
Copy link
Contributor Author

Choose a reason for hiding this comment

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

together with templates/proxy/conf/conf.sh

@@ -0,0 +1,55 @@
#!/bin/sh
Copy link
Contributor Author

Choose a reason for hiding this comment

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

In the Dockerfile copy this file into the container and overrule the base version

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.

1 participant