docker image updates

This commit is contained in:
Hayden 2021-01-09 13:13:16 -09:00
parent caad1acd76
commit d81ea8ead5
3 changed files with 4 additions and 3 deletions

View File

@ -24,4 +24,6 @@ RUN rm -rf /app/test /app/temp
ENV ENV prod
VOLUME [ "/app/data" ]
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "9000"]

View File

@ -16,8 +16,7 @@ services:
db_host: mongo
db_port: 27017
volumes:
- ./mealie/data/img:/app/data/img
- ./mealie/data/backups:/app/data/backups
- ./mealie/data/:/app/data
mongo:
image: mongo
restart: always

View File

@ -24,7 +24,7 @@
:items="availableTemplates"
v-model="selectedTemplate"
></v-combobox>
</v-col>0
</v-col>
<v-col dense cols="12" sm="12" md="2">
<v-btn block color="accent" @click="createBackup" width="165">
Backup Recipes