add more compose files

This commit is contained in:
2025-06-17 08:23:42 -04:00
parent 466f5b848f
commit 4129edeffd
30 changed files with 459 additions and 49 deletions
+17
View File
@@ -0,0 +1,17 @@
---
services:
remotely:
container_name: remotely
image: immybot/remotely:latest
ports:
- "5000:5000"
volumes:
- /var/www/remotely:/app/AppData
environment:
- ASPNETCORE_ENVIRONMENT=Production
- ASPNETCORE_HTTP_PORTS=5000
- Remotely_ApplicationOptions__DbProvider=SQLite
- Remotely_ConnectionStrings__SQLite=Data Source=/app/AppData/Remotely.db
- Remotely_ConnectionStrings__SQLServer=Server=(localdb)\\myysqllocaldb;Database=Remotely-Server-53bc9b9d-9d6a-45d4-8429-2a2761773502;Trusted_Connection=True;MultipleActiveResultSets=true
- Remotely_ConnectionStrings__PostgresSQL=Server=Host=localhost;Database=Remotely;Username=postgres;
restart: unless-stopped