mirror of
https://github.com/VERT-sh/VERT.git
synced 2026-01-17 13:50:05 -06:00
11 lines
230 B
YAML
11 lines
230 B
YAML
services:
|
|
vert:
|
|
container_name: vert
|
|
build:
|
|
context: .
|
|
args:
|
|
PUB_HOSTNAME: "vert.sh"
|
|
PUB_PLAUSIBLE_URL: "https://plausible.example.com"
|
|
restart: unless-stopped
|
|
ports:
|
|
- 3000:3000 |