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

10 lines
194 B
YAML
Raw Normal View History

2025-11-24 12:51:41 +07:00
services:
hackathon:
build:
context: .
dockerfile: docker/hackathon.Dockerfile
ports:
- '127.0.0.1:3004:80'
restart: unless-stopped
container_name: hackathon