Skip to content
Snippets Groups Projects
Commit 815e6763 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

add nginx to correct network

parent 866e4f27
No related branches found
No related tags found
No related merge requests found
Pipeline #9084 passed
......@@ -8,6 +8,7 @@ services:
- /home/mgmaps/tileserver-data/${MBTILES_VERSION}/planet.mbtiles:/data/planet.mbtiles:ro
networks:
- traefik
- default
working_dir: /data
expose:
- "8080"
......@@ -35,6 +36,8 @@ services:
restart: unless-stopped
ports:
- 8080:80
networks:
- default
volumes:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf:ro
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment