You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
513 B
32 lines
513 B
3 months ago
|
services:
|
||
|
|
||
|
shinobi-notus-react-dashboard:
|
||
|
|
||
|
container_name: shinobi-notus-react-dashboard
|
||
|
|
||
|
image: jacqueskingram/test-dashboard
|
||
|
|
||
|
build:
|
||
|
|
||
|
context: .
|
||
|
|
||
|
dockerfile: Dockerfile
|
||
|
|
||
|
restart: unless-stopped
|
||
|
|
||
|
ports:
|
||
|
|
||
|
- "8080:80"
|
||
|
|
||
|
environment:
|
||
|
|
||
|
DB_HOST: garuda-agile-ops-database
|
||
|
|
||
|
DB_PORT: 3306
|
||
|
|
||
|
DB_NAME: garudaops
|
||
|
|
||
|
DB_USER: garudaops
|
||
|
|
||
|
DB_PASS: garudaops
|