Eliminar archivos y configuraciones obsoletas de Docker y scripts en el proyecto onedrive

This commit is contained in:
2025-12-07 11:45:58 -05:00
parent 950a1704ee
commit 24af1dff01
17 changed files with 60 additions and 112 deletions

16
engine/docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
---
services:
odengin:
build: .
container_name: odengin
environment:
- E5_CLIENT_ID=id
- E5_CLIENT_SECRET=secret
- E5_REFRESH_TOKEN=tokenit
- WEB_APP_PASSWORD=123
- E5_WEB_APP_PASSWORD=123
ports:
- 8089:8080
restart: unless-stopped
hostname: odengin
network_mode: bridge