mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-21 22:13:31 -07:00
Update docker-compose
Updated docker-compose to use one higher level mount instead of 2 lower level mounts. This will also store the debug json locally if imports fail vs having to go into the container.
This commit is contained in:
parent
f5ab2dcde8
commit
18c4661052
1 changed files with 2 additions and 3 deletions
|
@ -38,8 +38,7 @@ services:
|
|||
db_port: 27017 # The Default port for Mongo DB
|
||||
TZ: America/Anchorage
|
||||
volumes:
|
||||
- ./data/img:/app/data/img
|
||||
- ./data/backups:/app/data/backups
|
||||
- ./data:/app/data
|
||||
|
||||
mongo:
|
||||
image: mongo
|
||||
|
@ -109,4 +108,4 @@ services:
|
|||
```
|
||||
|
||||
## Deployed as a Python Application
|
||||
Alternatively, this project is built on Python and Mongodb. If you are dead set on deploying on a linux machine you can run this in an python environment with a dedicated MongoDatabase. Provided that you know thats how you want to host the application, I'll assume you know how to do that. I may or may not get around to writing this guide. I'm open to pull requests if anyone has a good guide on it.
|
||||
Alternatively, this project is built on Python and Mongodb. If you are dead set on deploying on a linux machine you can run this in an python environment with a dedicated MongoDatabase. Provided that you know thats how you want to host the application, I'll assume you know how to do that. I may or may not get around to writing this guide. I'm open to pull requests if anyone has a good guide on it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue