first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-09-01 22:43:13 -04:00
commit e2c46c1fa0
1428 changed files with 336046 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
version: '3'
services:
tokslaw-www:
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/tokslawcom_tokslaw-www:latest
volumes:
- ./:/var/www/html
- ./apache_log:/var/log/apache2
ports:
- "${CONTAINER_PORT}:80"
extra_hosts:
- tokslaw.works.wrenchboard.com:10.20.30.27
- tokslaw.works.wrenchboard.com:10.10.33.15
volumes:
src: