mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
version
is obsolete.
The top-level 'version' property is deprecated.
This commit is contained in:
parent
0b23f1acd1
commit
39cb9cbed0
2 changed files with 2 additions and 5 deletions
|
@ -1,11 +1,9 @@
|
||||||
version: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
db:
|
db:
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
test: [ "CMD-SHELL", "pg_isready -U postgres" ]
|
||||||
interval: 2s
|
interval: 2s
|
||||||
image: postgis/postgis:14-3.3-alpine
|
image: postgis/postgis:14-3.3-alpine
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_HOST_AUTH_METHOD=trust
|
- POSTGRES_HOST_AUTH_METHOD=trust
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
An official uMap docker image is [available on the docker hub](https://hub.docker.com/r/umap/umap). But, if you prefer to run it with docker compose, here is the configuration file:
|
An official uMap docker image is [available on the docker hub](https://hub.docker.com/r/umap/umap). But, if you prefer to run it with docker compose, here is the configuration file:
|
||||||
|
|
||||||
```yaml title="docker-compose.yml"
|
```yaml title="docker-compose.yml"
|
||||||
version: '3'
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
# check https://hub.docker.com/r/postgis/postgis to see available versions
|
# check https://hub.docker.com/r/postgis/postgis to see available versions
|
||||||
|
|
Loading…
Reference in a new issue