plaster/compose.yml

12 lines
228 B
YAML
Raw Normal View History

2024-12-18 22:48:27 +00:00
version: '3.8'
2024-12-18 22:35:21 +00:00
services:
plaster:
2024-12-18 22:48:27 +00:00
build:
context: .
dockerfile: Dockerfile
2024-12-18 22:35:21 +00:00
ports:
2024-12-18 22:48:27 +00:00
- "35200:3000" # Bind container's port 3000 to the host's port 3000
2024-12-18 22:35:21 +00:00
restart: always
2024-12-18 22:48:27 +00:00
container_name: plaster