Files

10 lines
190 B
YAML
Raw Permalink Normal View History

2025-06-19 11:17:21 +07:00
services:
landing:
build:
context: .
dockerfile: docker/landing.Dockerfile
ports:
2025-11-24 12:51:41 +07:00
- '127.0.0.1:3005:3000'
2025-06-19 11:17:21 +07:00
restart: unless-stopped
container_name: landing