test
Some checks failed
Build and Push Docker Image / build (push) Failing after 31s

This commit is contained in:
mcbtaguiad
2026-01-19 21:31:03 +08:00
commit ec77f4121f
2499 changed files with 1106308 additions and 0 deletions

12
compose.yaml Executable file
View File

@@ -0,0 +1,12 @@
version: "3.9"
services:
app:
container_name: marktaguiad.dev
image: ghcr.io/mcbtaguiad/marktaguiad.dev:main
build:
context: .
dockerfile: Dockerfile
restart: always
ports:
- "8080:80"