migrated the frontend file generation, changed folder structure

This commit is contained in:
2026-05-06 20:06:47 +03:00
parent 12a64e9f2f
commit 76fe1c4294
23 changed files with 908 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
services:
openbabel-app:
build:
context: .
environment:
PORT: 1654
ports:
- 1654:1654
depends_on:
- redis
restart: unless-stopped
redis:
image: "redis:alpine"
ports:
- "6379:6379"
restart: unless-stopped