first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-04-15 20:31:38 -04:00
commit 5599c4845c
95 changed files with 8804 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
version: '3'
services:
blogdata-micro:
build:
context: .
dockerfile: docker/apache/Dockerfile
args:
uid: ${UID}
environment:
- APACHE_RUN_USER=#${UID}
- APACHE_RUN_GROUP=#${UID}
- CI_ENV
- CI_CONFIG
restart: unless-stopped
#image: registry.chiefsoft.net/chiefsoftcom-web:latest
volumes:
- ./:/var/www/html
- ./apache_log:/var/log/apache2
ports:
- 8805:80
volumes:
src: