add centerstaff mutation
This commit is contained in:
@@ -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`)'
|
||||
|
||||
Reference in New Issue
Block a user