mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -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"
|
||||
services:
|
||||
# Vue Frontend
|
||||
# mealie-frontend:
|
||||
# image: mealie-frontend:dev
|
||||
# build:
|
||||
# context: ./frontend
|
||||
# dockerfile: frontend.Dockerfile
|
||||
# restart: always
|
||||
# ports:
|
||||
# - 9920:8080
|
||||
# environment:
|
||||
# VUE_APP_API_BASE_URL: "http://mealie-api:9000"
|
||||
# volumes:
|
||||
# - ./frontend/:/app
|
||||
# - /app/node_modules
|
||||
mealie-frontend:
|
||||
image: mealie-frontend:dev
|
||||
build:
|
||||
context: ./frontend
|
||||
dockerfile: frontend.Dockerfile
|
||||
restart: always
|
||||
ports:
|
||||
- 9920:8080
|
||||
environment:
|
||||
VUE_APP_API_BASE_URL: "http://mealie-api:9000"
|
||||
volumes:
|
||||
- ./frontend/:/app
|
||||
- /app/node_modules
|
||||
|
||||
# Fast API
|
||||
mealie-api:
|
||||
|
@ -32,11 +32,11 @@ services:
|
|||
- ./app_data:/app_data
|
||||
- ./mealie:/app
|
||||
|
||||
# mealie-docs:
|
||||
# image: squidfunk/mkdocs-material
|
||||
# restart: always
|
||||
# ports:
|
||||
# - 9922:8000
|
||||
# volumes:
|
||||
# - ./docs:/docs
|
||||
|
||||
# Mkdocs
|
||||
mealie-docs:
|
||||
image: squidfunk/mkdocs-material
|
||||
restart: always
|
||||
ports:
|
||||
- 9922:8000
|
||||
volumes:
|
||||
- ./docs:/docs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue