You've already forked reloading-manager
yolo push (#14)
Reviewed-on: rrise/reloading-manager#14 Co-authored-by: Ron Rise <ron@siteworxpro.com> Co-committed-by: Ron Rise <ron@siteworxpro.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
frontend:
|
||||
image: scr.siteworxpro.com/reloading-manager/frontend:v0.0.9
|
||||
ports:
|
||||
- "80:80"
|
||||
backend:
|
||||
image: scr.siteworxpro.com/reloading-manager/backend:v0.0.9
|
||||
environment:
|
||||
DB_HOST: 192.168.1.30
|
||||
DB_DATABASE: loading
|
||||
DB_USERNAME: loading
|
||||
DB_PASSWORD: loading
|
||||
ports:
|
||||
- "8080:8080"
|
||||
|
||||
Reference in New Issue
Block a user