This website works better with JavaScript.
Explore
Help
Sign In
pelias
/
docker
mirror of
https://github.com/pelias/docker.git
Watch
1
Star
0
Fork
You've already forked docker
0
Code
Issues
Releases
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62
Commits
16
Branches
0
Tags
372 KiB
Branch:
na-disable_fielddata_es5_support_es2
add-csv-importer
australia_postal_cities
custom-boosts-demo
debug-proxy
disable_fielddata
es5
fix-es5-startup
master
na-disable_fielddata_es5_support_es2
na-disable_fielddata_es5_support_es5
na-improved-synonyms
north-america
north-america-es5
north-america-postal-cities
north-america-remove-store
read-only-fs
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'na-disable_fielddata_es5_support_es2'
${ noResults }
docker
/
projects
/
south-africa
/
.env
4 lines
79 B
Raw
Permalink
Normal View
History
Unescape
Escape
Add South Africa project
6 years ago
COMPOSE_PROJECT_NAME
=
pelias_za
DATA_DIR
=
/tmp/pelias/pelias_za
Allow configuring container process UID By default, all Pelias images now have a user called `pelias` with UID 1000. However, running as a different UID may be best for different people. By setting the default in `.env` and using it in `docker-compose.yml`, we can allow people running Pelias to use whatever non-root user is best for them. Connects https://github.com/pelias/baseimage/pull/2 Connects https://github.com/pelias/pelias/issues/745
6 years ago
DOCKER_USER
=
1000