1
0

arcane formatting

This commit is contained in:
2025-07-20 01:02:08 -04:00
parent 131182f4b0
commit 135b942996
25 changed files with 179 additions and 22 deletions

View File

@@ -0,0 +1,37 @@
---
# Remotely
# Web based remote access and support
# Created by ?
# ↳ https://github.com/immense/Remotely
services:
remotely:
image: immybot/remotely:latest
container_name: remotely
restart: unless-stopped
networks:
- proxy
# ports:
# - 5000:5000
environment:
PUID: 1000
PGID: 1000
ASPNETCORE_ENVIRONMENT: 'Production'
ASPNETCORE_HTTP_PORTS: 5000
Remotely_ApplicationOptions__DbProvider: 'SQLite'
Remotely_ApplicationOptions__DockerGateway: ${DOCKER_GW}
Remotely_ConnectionStrings__SQLite=Data Source: /app/AppData/Remotely.db
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /home/fxequals/docker/remotely/data:/app/AppData
networks:
proxy:
external: true
# Documentation available at https://github.com/immense/Remotely