Add Home service configuration and deployment setup

This commit is contained in:
Simon Larsen
2024-09-16 08:11:21 -07:00
parent dc37d723e6
commit f728a94a80
15 changed files with 311 additions and 10 deletions

View File

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