24 lines
381 B
YAML
24 lines
381 B
YAML
services:
|
|
|
|
lorem-ipsum-dolor-sit:
|
|
|
|
container_name: lorem-ipsum-dolor-sit
|
|
|
|
image: softwareshinobi/consectetur-adipiscing-ebook
|
|
|
|
build:
|
|
|
|
context: .
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
ports:
|
|
|
|
- 8000:80
|
|
|
|
environment:
|
|
|
|
VIRTUAL_HOST: lorem.ipsum.example
|
|
|
|
LETSENCRYPT_HOST: lorem.ipsum.example
|