automated terminal push
This commit is contained in:
33
compose.yaml
Normal file
33
compose.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
services:
|
||||
|
||||
shinobi-jobs-fetcher-server:
|
||||
|
||||
container_name: shinobi-jobs-fetcher-server
|
||||
|
||||
image: softwareshinobi/shinobi-jobs-fetcher-server
|
||||
|
||||
build:
|
||||
|
||||
context: .
|
||||
|
||||
dockerfile: Dockerfile
|
||||
|
||||
ports:
|
||||
|
||||
- 8888:5000
|
||||
|
||||
shinobi-jobs-fetcher-web:
|
||||
|
||||
container_name: shinobi-jobs-fetcher-web
|
||||
|
||||
image: softwareshinobi/shinobi-jobs-fetcher-web
|
||||
|
||||
build:
|
||||
|
||||
context: web
|
||||
|
||||
dockerfile: Dockerfile
|
||||
|
||||
ports:
|
||||
|
||||
- 8880:80
|
Reference in New Issue
Block a user