Initial commit: Services homepage

This commit is contained in:
MayaChat
2025-11-23 22:58:59 -05:00
parent 87af7b573a
commit adeb4d472b
18 changed files with 220 additions and 0 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
version: '3.8'
services:
services-homepage:
build: .
container_name: services-homepage
ports:
- "8088:80"
restart: unless-stopped
logging:
driver: json-file
options:
max-size: "5m"
max-file: "2"