Files
imphnen-frontend-service/docker-compose-landing.yml
T

11 lines
195 B
YAML
Raw Normal View History

2025-06-19 11:17:21 +07:00
version: '3.8'
services:
landing:
build:
context: .
dockerfile: docker/landing.Dockerfile
ports:
- "3000:3000"
restart: unless-stopped
container_name: landing