mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-02-23 10:27:23 -08:00
* dev-bug: fixed vscode freezes * test: refactor database init to support tests * mealplan CRUD testing * restructure test folder * git attributes * tests: migration, settings, theme routes testing * docker-file shrink * rebuild * refactor: moving directories around * adding funding Co-authored-by: Hayden <hay-kot@pm.me>
16 lines
257 B
YAML
16 lines
257 B
YAML
version: "3.1"
|
|
services:
|
|
mealie:
|
|
build:
|
|
context: ./
|
|
dockerfile: Dockerfile
|
|
container_name: mealie
|
|
restart: always
|
|
ports:
|
|
- 9090:80
|
|
environment:
|
|
db_type: sqlite
|
|
|
|
# volumes:
|
|
# - ./mealie/data/:/app/data
|