18 lines
270 B
YAML
18 lines
270 B
YAML
|
|
services:
|
||
|
|
|
||
|
|
resume.softwareshinobi.come:
|
||
|
|
|
||
|
|
container_name: resume.softwareshinobi.com
|
||
|
|
|
||
|
|
image: softwareshinobi/resume.softwareshinobi.com
|
||
|
|
|
||
|
|
build:
|
||
|
|
|
||
|
|
context: .
|
||
|
|
|
||
|
|
dockerfile: Dockerfile
|
||
|
|
|
||
|
|
ports:
|
||
|
|
|
||
|
|
- 8000:80
|