docker.io for podman

This commit is contained in:
Shautvast 2026-03-30 10:04:03 +02:00
parent 11e92c1655
commit 933fb04cf4

View file

@ -24,7 +24,7 @@ services:
- osrm-cycling - osrm-cycling
postgres: postgres:
image: postgis/postgis:16-3.4 image: docker.io/postgis/postgis:16-3.4
ports: ports:
- "5432:5432" - "5432:5432"
environment: environment:
@ -35,7 +35,7 @@ services:
- pgdata:/var/lib/postgresql/data - pgdata:/var/lib/postgresql/data
redis: redis:
image: redis:7-alpine image: docker.io/redis:7-alpine
ports: ports:
- "6379:6379" - "6379:6379"
command: redis-server --maxmemory 2gb --maxmemory-policy allkeys-lru command: redis-server --maxmemory 2gb --maxmemory-policy allkeys-lru
@ -50,22 +50,22 @@ services:
- postgres - postgres
photon: photon:
image: komoot/photon:latest image: docker.io/komoot/photon:latest
ports: ports:
- "2322:2322" - "2322:2322"
osrm-driving: osrm-driving:
image: osrm/osrm-backend:latest image: docker.io/osrm/osrm-backend:latest
ports: ports:
- "5000:5000" - "5000:5000"
osrm-walking: osrm-walking:
image: osrm/osrm-backend:latest image: docker.io/osrm/osrm-backend:latest
ports: ports:
- "5001:5000" - "5001:5000"
osrm-cycling: osrm-cycling:
image: osrm/osrm-backend:latest image: docker.io/osrm/osrm-backend:latest
ports: ports:
- "5002:5000" - "5002:5000"