chore: enable back to docker-compose.yml

This commit is contained in:
Fu Zi Xiang 2023-10-10 18:33:35 +08:00
parent fc9efc2c48
commit 607a2ee313
No known key found for this signature in database
1 changed files with 10 additions and 10 deletions

View File

@ -8,7 +8,7 @@ services:
depends_on: depends_on:
- appflowy_cloud - appflowy_cloud
- gotrue - gotrue
# - admin_frontend - admin_frontend
volumes: volumes:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf - ./nginx/nginx.conf:/etc/nginx/nginx.conf
- ./nginx/ssl/certificate.crt:/etc/nginx/ssl/certificate.crt - ./nginx/ssl/certificate.crt:/etc/nginx/ssl/certificate.crt
@ -95,12 +95,12 @@ services:
ports: ports:
- 8000:8000 - 8000:8000
#admin_frontend: admin_frontend:
# restart: on-failure restart: on-failure
# build: build:
# context: . context: .
# dockerfile: ./admin_frontend/Dockerfile dockerfile: ./admin_frontend/Dockerfile
# depends_on: depends_on:
# - gotrue - gotrue
# ports: ports:
# - 3000:3000 - 3000:3000