Dashboard chart flow

This commit is contained in:
mr
2024-07-17 13:28:02 +02:00
parent 7e4687853f
commit dce96e338c
136 changed files with 9016 additions and 425 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
version: '3.4'
services:
oc-front:
image: oc-front
container_name: oc-front
ports:
- 8080:80
networks:
- catalog
networks:
catalog:
external: true