mirror of
https://github.com/khairul169/home-lab.git
synced 2025-06-17 17:19:33 +07:00
12 lines
187 B
YAML
12 lines
187 B
YAML
|
version: '3'
|
||
|
|
||
|
services:
|
||
|
backend:
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile
|
||
|
container_name: homelab-backend
|
||
|
restart: unless-stopped
|
||
|
ports:
|
||
|
- "5050:3000"
|