Dashboard chart flow
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user