11 lines
227 B
YAML
11 lines
227 B
YAML
services:
|
|
now:
|
|
build: .
|
|
environment:
|
|
NOW_DOMAIN: "example.org"
|
|
NOW_CONFIG: "config.json"
|
|
volumes:
|
|
- ./config.json:/app/config.json:ro
|
|
- ./public:/app/public:ro
|
|
ports:
|
|
- "8000:80"
|