Changes & added Club

This commit is contained in:
naielv
2026-01-26 02:56:57 +01:00
parent 5f45017997
commit 03f6e566fa
18 changed files with 585 additions and 21 deletions

View File

@@ -1,6 +1,9 @@
services:
axia4-web:
image: ghcr.io/axia4/axia4:main
build:
context: .
dockerfile: Dockerfile
container_name: axia4-app
ports:
- "882:80"
@@ -8,7 +11,7 @@ services:
# Mount the DATA directory for persistent storage
- ./DATA:/DATA
# Optional: Mount the application code for development
# - ./public_html:/var/www/html
- ./public_html:/var/www/html
environment:
- APACHE_DOCUMENT_ROOT=/var/www/html
restart: unless-stopped