Add volume for certs in app.yaml and remove workers.yaml

This commit is contained in:
Simon Larsen
2024-01-11 16:30:44 +05:30
parent 4dc06ad879
commit 7bf8b1b189
5 changed files with 5 additions and 77 deletions

View File

@@ -73,15 +73,6 @@ services:
extends:
file: ./docker-compose.base.yml
service: workflow
workers:
image: oneuptime/workers:${APP_TAG}
extends:
file: ./docker-compose.base.yml
service: workers
probe-1:
image: oneuptime/probe:${APP_TAG}