first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-06-08 17:09:23 -04:00
commit df3a033196
17887 changed files with 8637778 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
version: '3'
services:
ojs-web:
build:
context: .
dockerfile: docker/apache/Dockerfile
args:
uid: ${UID}
environment:
- APACHE_RUN_USER=#${UID}
- APACHE_RUN_GROUP=#${UID}
- PHP_UPLOAD_LIMIT=950M
- PHP_MEMORY_LIMIT=16G
#- CI_ENV
- CI_CONFIG
restart: unless-stopped
# image: registry.chiefsoft.net/wrenchbackoffice_wrenchboard-web:latest
volumes:
- ./:/var/www/html
- ./apache_log:/var/log/apache2
- ./PHP_INI/php.ini:/var/www/html/php.ini/php.ini
ports:
- 9909:80
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
src: