Initial commit - Admin Template HTML

This commit is contained in:
2026-07-21 09:12:42 +07:00
commit 4d4790f100
266 changed files with 43848 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
# =====================================================================
# Admin Template HTML - Docker Compose untuk Portainer Stack
# =====================================================================
# File ini akan dibaca oleh Portainer dari repository Gitea.
# Setiap push ke main akan trigger auto-deploy.
# =====================================================================
version: '3.8'
services:
admintemplate-html:
build:
context: .
dockerfile: Dockerfile
container_name: admintemplate-html
restart: unless-stopped
ports:
- '8080:80'
networks:
- indotalent-network
labels:
- "indotalent.service=admintemplate-html"
- "indotalent.description=Admin Template HTML"
- "traefik.enable=true"
- "traefik.http.routers.admintemplate.rule=Host(`app.indotalent.com`)"
networks:
indotalent-network:
external: true
name: indotalent-network