mount volumes, fix visited typo

This commit is contained in:
Carlos Sousa 2023-12-18 23:46:43 +01:00
parent 6158636758
commit 36d6a45469
2 changed files with 5 additions and 2 deletions

View File

@ -23,6 +23,9 @@ services:
- "80:80"
environment:
- NODE_ENV=production
volumes:
- ./frontend/public/lists:/usr/share/nginx/html/lists
- ./frontend/public/maps:/usr/share/nginx/html/maps
# Used in Reverse Proxy Setup
#expose:
# - 80

View File

@ -180,7 +180,7 @@
"lng": -7.62
},
{
"name": "Athens, Portugal",
"name": "Athens, Greece",
"description": "",
"images" : [
["url_to_budapest_thumbnail.jpg", "url_to_budapest_image.jpg"]
@ -189,7 +189,7 @@
"lng": 23.7348324
},
{
"name": "Thessaloniki, Portugal",
"name": "Thessaloniki, Greece",
"description": "",
"images" : [
["url_to_budapest_thumbnail.jpg", "url_to_budapest_image.jpg"]