Remove unnecesary files, fixed docker stuff.

This commit is contained in:
Naiel
2026-01-25 22:30:05 +01:00
committed by GitHub
parent 4758176e53
commit d58c9b6af2
10 changed files with 14 additions and 401 deletions

View File

@@ -1,24 +1,14 @@
services:
axia4-web:
build: .
image: ghcr.io/axia4/axia4:main
container_name: axia4-app
ports:
- "${WEB_PORT:-8080}:80"
- "882:80"
volumes:
# Mount the DATA directory for persistent storage
- ${DATA_DIR:-./DATA}:/DATA
- ./DATA:/DATA
# Optional: Mount the application code for development
# - ./public_html:/var/www/html
environment:
- APACHE_DOCUMENT_ROOT=/var/www/html
restart: unless-stopped
networks:
- axia4-network
networks:
axia4-network:
driver: bridge
volumes:
data:
driver: local