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: