This commit is contained in:
2024-05-05 16:00:30 +02:00
parent 6ac26c2c8e
commit 88bb561b39
6 changed files with 60 additions and 2 deletions

View File

@ -6,3 +6,13 @@ networks:
#### SERVICES
services:
map:
image: overv/openstreetmap-tile-server
volumes:
- ./data:/data/database/
networks:
- back_network
ports:
- "8989:80"
command: "run"
restart: unless-stopped

View File

@ -0,0 +1 @@
wget https://download.geofabrik.de/europe/france-240504.osm.pbf

View File

@ -6,3 +6,13 @@ networks:
#### SERVICES
services:
container_name: pwgen
pwgen:
image: 'jocxfin/pwgen:latest'
environment:
- NO_API_CHECK=true
networks:
- back_network
ports:
- '5069:5069'
restart: unless-stopped