migrated the frontend file generation, changed folder structure
This commit is contained in:
16
backend/docker-compose.yaml
Normal file
16
backend/docker-compose.yaml
Normal 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
|
||||
Reference in New Issue
Block a user