mirror of
https://github.com/iv-org/instances-api.git
synced 2024-10-01 04:35:38 -04:00
8 lines
118 B
YAML
8 lines
118 B
YAML
|
version: '3'
|
||
|
services:
|
||
|
instances:
|
||
|
build: .
|
||
|
restart: unless-stopped
|
||
|
ports:
|
||
|
- "127.0.0.1:3000:3000"
|