Add Worker service configuration, deployment setup, and Nginx routing

This commit is contained in:
Simon Larsen
2024-09-16 08:42:50 -07:00
parent 5a31785895
commit 86168a50ee
10 changed files with 169 additions and 1 deletions

View File

@@ -64,6 +64,12 @@ services:
extends:
file: ./docker-compose.base.yml
service: app
worker:
image: oneuptime/worker:${APP_TAG}
extends:
file: ./docker-compose.base.yml
service: worker
home:
image: oneuptime/home:${APP_TAG}