Files
OSJ/docker-compose.yml
CHIEFSOFT\ameye df3a033196 first commit
2024-06-08 17:09:23 -04:00

28 lines
652 B
YAML

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: