mirror of
https://github.com/gigirassy/plaster.git
synced 2024-12-23 10:29:07 +00:00
12 lines
204 B
YAML
12 lines
204 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
plaster:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "35200:3000" # change host port if needed
|
|
restart: always
|
|
container_name: plaster
|