Files
molecule_editor_backend/docker-compose.yaml
2025-11-24 16:35:06 +03:00

10 lines
132 B
YAML

services:
openbabel-app:
build:
context: .
environment:
PORT: 1654
ports:
- 1654:1654
tty: true