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" - "80:80"
environment: environment:
- NODE_ENV=production - 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 # Used in Reverse Proxy Setup
#expose: #expose:
# - 80 # - 80

View File

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