Files
2025-06-17 08:23:42 -04:00

17 lines
730 B
YAML

---
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