mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-09-26 15:59:07 +02:00
11 lines
172 B
YAML
11 lines
172 B
YAML
services:
|
|
docs:
|
|
build: .
|
|
image: pangolin-docs
|
|
restart: unless-stopped
|
|
ports:
|
|
- "3000:3000"
|
|
env_file:
|
|
- path: .env
|
|
required: false
|