mirror of
https://github.com/zebrajr/traveltracer.git
synced 2025-12-05 12:20:26 +01:00
mount volumes, fix visited typo
This commit is contained in:
parent
6158636758
commit
36d6a45469
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user