chore: enable back to docker-compose.yml
This commit is contained in:
parent
fc9efc2c48
commit
607a2ee313
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue