Reviewed-on: #7 Co-authored-by: Juan Sebastian Montoya <juansmm@outlook.com> Co-committed-by: Juan Sebastian Montoya <juansmm@outlook.com>
11 lines
182 B
YAML
11 lines
182 B
YAML
name: threejs-test
|
|
|
|
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
args:
|
|
VERSION: ${VERSION:-dev}
|
|
BUILD_DATE: ${BUILD_DATE:-unknown}
|
|
restart: unless-stopped
|
|
|