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.
34 lines
534 B
34 lines
534 B
1 month ago
|
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
|