mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 16:08:20 -05:00
disable auto deploy
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
env: docker
|
||||
dockerfilePath: ./frontend/Dockerfile
|
||||
rootDir: frontend
|
||||
numInstances: 1
|
||||
autoDeploy: false
|
||||
# healthCheckPath: /
|
||||
|
||||
- type: web
|
||||
@@ -13,6 +13,7 @@ services:
|
||||
env: docker
|
||||
dockerfilePath: ./backend/Dockerfile
|
||||
rootDir: backend
|
||||
autoDeploy: false
|
||||
# healthCheckPath: /api/status
|
||||
envVars:
|
||||
- key: ENCRYPTION_KEY
|
||||
|
||||
Reference in New Issue
Block a user