mirror of
https://github.com/sortedcord/omnia.git
synced 2026-07-21 19:42:48 +05:30
16 lines
283 B
YAML
16 lines
283 B
YAML
services:
|
|
omnia-gui:
|
|
build:
|
|
context: .
|
|
dockerfile: apps/gui/Dockerfile
|
|
ports:
|
|
- "3000:3000"
|
|
environment:
|
|
- NODE_ENV=production
|
|
- GOOGLE_API_KEY=${GOOGLE_API_KEY:-}
|
|
volumes:
|
|
- omnia-data:/app/apps/gui/data
|
|
|
|
volumes:
|
|
omnia-data:
|