Skip to content

Commit

Permalink
Impelemeneted real-time updates to the nouse backend in the developme…
Browse files Browse the repository at this point in the history
…nt environment in order to reduce the number of rebuilds during development
  • Loading branch information
RoyBrightAsiku committed Oct 1, 2024
1 parent a468f02 commit 69f6798
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1755,10 +1755,10 @@ ldap.max_links = -1

[opcache]
; Determines if Zend OPCache is enabled
;opcache.enable=1
opcache.enable=0

; Determines if Zend OPCache is enabled for the CLI version of PHP
;opcache.enable_cli=0
opcache.enable_cli=0

; The OPcache shared memory storage size.
;opcache.memory_consumption=128
Expand Down Expand Up @@ -1786,7 +1786,7 @@ ldap.max_links = -1
; How often (in seconds) to check file timestamps for changes to the shared
; memory storage allocation. ("1" means validate once per second, but only
; once per request. "0" means always validate)
;opcache.revalidate_freq=2
;opcache.revalidate_freq=0

; Enables or disables file search in include_path optimization
;opcache.revalidate_path=0
Expand Down
3 changes: 3 additions & 0 deletions local-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ services:
- nouseprod-local.env
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ./html:/var/www/html
- ./composer:/var/www/composer
phpmyadmin:
image: phpmyadmin/phpmyadmin:5.1
container_name: phpmyadmin
Expand Down

0 comments on commit 69f6798

Please sign in to comment.