Files
revenue-fe/docker-compose.yml
2025-05-16 14:15:15 +09:00

11 lines
226 B
YAML

version: '3.9'
services:
api:
image: app-dashboard:1.0.0
container_name: app-dashboard
build: .
ports:
- '4040:4040' # Specify the exposed port, we will need this to access the app from local machine