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.
51
Commits
16
Branches
0
Tags
372 KiB
Tree:
8fd4ffd8a4
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 '8fd4ffd8a4'
${ noResults }
docker
/
projects
/
los-angeles-metro
/
.env
4 lines
84 B
Raw
Normal View
History
Unescape
Escape
fix JSON bug and add .env files
6 years ago
COMPOSE_PROJECT_NAME
=
pelias
some fixes for @missinglink
6 years ago
DATA_DIR
=
/tmp/pelias/los-angeles-metro
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