add centerstaff mutation

This commit is contained in:
2024-10-13 19:38:51 +07:00
parent 1f86786e1a
commit 75a10356da
7 changed files with 99 additions and 25 deletions

View File

@@ -10,7 +10,7 @@ services:
volumes:
- ./src:/app/src
environment:
- NODE_ENV=production
- NODE_ENV=development
- DATABASE_URL=postgresql://your_username:your_password@10.0.27.1:5432/epess
- CLERK_PUBLISHABLE_KEY=pk_test_aW4tY2hpbXAtOTcuY2xlcmsuYWNjb3VudHMuZGV2JA
- CLERK_SECRET_KEY=sk_test_sA5lsb1GHwUNXWQCp5ev70QkaoF5EmdAHNWiCGwZF6
@@ -18,6 +18,9 @@ services:
- LISTEN_PORT=3069
- SWAGGER_PATH=/swagger
- API_PATH=/v1
- MINIO_API_URL=https://objects.epess.org
- MINIO_ACCESS_KEY=71dNgJtzkelXtG3R6IVt
- MINIO_SECRET_KEY=53LmFiDCZxvflJIOsVF9cf0aqkIjNU2oOWtLzGsf
labels:
- 'traefik.enable=true'
- 'traefik.http.routers.api.rule=Host(`api.epess.org`)'