Initial commit - Admin Template HTML
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user