mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
docker file
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
||||
container_name: mealie
|
||||
restart: always
|
||||
ports:
|
||||
- 9000:9000
|
||||
- 9090:9000
|
||||
environment:
|
||||
db_username: root
|
||||
db_password: example
|
||||
|
||||
BIN
mealie/data/img/nilla-wafer.jpg
Normal file
BIN
mealie/data/img/nilla-wafer.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 889 KiB |
@@ -2,11 +2,10 @@ import mongoengine
|
||||
from settings import DB_HOST, DB_PASSWORD, DB_PORT, DB_USERNAME
|
||||
|
||||
|
||||
|
||||
def global_init():
|
||||
mongoengine.register_connection(
|
||||
alias="core",
|
||||
name="demo_mealie",
|
||||
name="mealie",
|
||||
host=DB_HOST,
|
||||
port=int(DB_PORT),
|
||||
username=DB_USERNAME,
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import datetime
|
||||
|
||||
import mongoengine
|
||||
|
||||
|
||||
Reference in New Issue
Block a user