mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-25 14:00:21 -04:00
9 lines
133 B
YAML
9 lines
133 B
YAML
version: '3.8'
|
|
services:
|
|
website:
|
|
build: .
|
|
ports:
|
|
- "3000:3000"
|
|
volumes:
|
|
- ../:/work/opentofu-repo
|