uncomment docker-compose

This commit is contained in:
hay-kot 2021-03-20 13:47:53 -08:00
commit 94062f37f4

View file

@ -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