Commit graph

10 commits

Author SHA1 Message Date
Dan Rademacher
e377bc72e3 Update docker compose to solve stray PID problem
Resolves https://github.com/OpenHistoricalMap/issues/issues/516
2023-04-20 10:21:32 -07:00
Tom Hughes
17911cd2ee Make tmp persistent in docker 2022-12-21 19:13:50 +00:00
Tom Hughes
c46d1a0cad Update storage volume configuration for docker 2022-12-21 18:53:31 +00:00
Michal Migurski
a3e23096b3 Removed ENABLE_BOOTSNAP environment variable 2021-02-12 22:56:17 -08:00
Michal Migurski
4fac47a214 Added /home/osm/traces and /home/osm/images to persistent Docker-compose volumes 2021-01-28 12:03:58 -08:00
Michal Migurski
8c2db90d01 Switched to Docker volumn for DB data 2021-01-28 12:03:58 -08:00
Jamie Alessio
2da3ce6abf Prevent node_modules from mounting to save rake yarn:install step 2021-01-28 12:03:58 -08:00
Michal Migurski
8baebaba2f Migrated from ruby:2.7 Docker image to ubuntu:20.04 2021-01-28 12:03:58 -08:00
Jamie Alessio
d5fe598a18 Postgres is no longer starting
Fails with:
db_1   | Error: Database is uninitialized and superuser password is not specified.
db_1   |        You must specify POSTGRES_PASSWORD for the superuser. Use
db_1   |        "-e POSTGRES_PASSWORD=password" to set it in "docker run".
db_1   |
db_1   |        You may also use POSTGRES_HOST_AUTH_METHOD=trust to allow all connections
db_1   |        without a password. This is *not* recommended. See PostgreSQL
db_1   |        documentation about "trust":
db_1   |        https://www.postgresql.org/docs/current/auth-trust.html

Appears to be related to
https://github.com/docker-library/postgres/issues/681
2021-01-28 12:03:58 -08:00
Jamie Alessio
c514fd62fe Introduce docker-compose config for development 2021-01-28 12:03:58 -08:00