docker compose

This commit is contained in:
2026-08-05 07:21:46 -05:00
parent 4fe2f7394e
commit 2080f396dc
4 changed files with 58 additions and 24 deletions
+7
View File
@@ -0,0 +1,7 @@
services:
nominas:
build: .
container_name: nominas-app
ports:
- "9005:80"
restart: unless-stopped