mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
uncomment docker-compose
This commit is contained in:
parent
2bbf8eed8a
commit
94062f37f4
1 changed files with 21 additions and 21 deletions
|
@ -2,19 +2,19 @@
|
||||||
version: "3.1"
|
version: "3.1"
|
||||||
services:
|
services:
|
||||||
# Vue Frontend
|
# Vue Frontend
|
||||||
# mealie-frontend:
|
mealie-frontend:
|
||||||
# image: mealie-frontend:dev
|
image: mealie-frontend:dev
|
||||||
# build:
|
build:
|
||||||
# context: ./frontend
|
context: ./frontend
|
||||||
# dockerfile: frontend.Dockerfile
|
dockerfile: frontend.Dockerfile
|
||||||
# restart: always
|
restart: always
|
||||||
# ports:
|
ports:
|
||||||
# - 9920:8080
|
- 9920:8080
|
||||||
# environment:
|
environment:
|
||||||
# VUE_APP_API_BASE_URL: "http://mealie-api:9000"
|
VUE_APP_API_BASE_URL: "http://mealie-api:9000"
|
||||||
# volumes:
|
volumes:
|
||||||
# - ./frontend/:/app
|
- ./frontend/:/app
|
||||||
# - /app/node_modules
|
- /app/node_modules
|
||||||
|
|
||||||
# Fast API
|
# Fast API
|
||||||
mealie-api:
|
mealie-api:
|
||||||
|
@ -32,11 +32,11 @@ services:
|
||||||
- ./app_data:/app_data
|
- ./app_data:/app_data
|
||||||
- ./mealie:/app
|
- ./mealie:/app
|
||||||
|
|
||||||
# mealie-docs:
|
# Mkdocs
|
||||||
# image: squidfunk/mkdocs-material
|
mealie-docs:
|
||||||
# restart: always
|
image: squidfunk/mkdocs-material
|
||||||
# ports:
|
restart: always
|
||||||
# - 9922:8000
|
ports:
|
||||||
# volumes:
|
- 9922:8000
|
||||||
# - ./docs:/docs
|
volumes:
|
||||||
|
- ./docs:/docs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue