Robin Windey
85ba85627e
Increase PHP memory limit for DevContainer to 512mb
...
Signed-off-by: Robin Windey <ro.windey@gmail.com>
2024-06-23 20:27:23 +02:00
Robin Windey
85f293c3ee
Update .devcontainer/Dockerfile
...
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Robin Windey <ro.windey@gmail.com>
2024-05-02 21:59:48 +02:00
Robin Windey
af8d289427
Update devcontainer PHP deps to 8.3 and use ubuntu:noble
...
Signed-off-by: GitHub <noreply@github.com>
2024-05-02 18:07:12 +00:00
Robin Windey
296c9beff6
Enbale apcu in devcontainer CLI
2023-04-04 16:37:39 +00:00
Robin Windey
dfbd1fbe79
Dedicated DevContainer user + NVM
...
* Use dedicated DevContainer user to run Apache (ensure file permissions)
* Install NVM for node
Signed-off-by: GitHub <noreply@github.com>
2023-03-31 13:53:05 +00:00
Robin Windey
a32e8db703
Minor DevContainer adjustments
...
* Add gnupg2 to be able to sign commits
* Make sure /var/www/html always belongs to www-data
* Add Git-History plugin
* Introduce dedicated entrypoint script
* Store Postgres database data in volume to be persistent
* Cleaner check if NC is already installed in setup.sh
* Add composer to DevContainer
Signed-off-by: GitHub <noreply@github.com>
2023-03-31 13:53:04 +00:00
Robin Windey
79fb336d35
Use ubuntu jammy and cleanup Dockerfile
...
Signed-off-by: GitHub <noreply@github.com>
2023-03-31 13:53:04 +00:00
Robin Windey
16c14c059d
Minor improvements for devcontainer
...
* Autostart apache2
* Apply occ installation on start
* Autostart Xdebug on request
* Add DevContainer Xdebug profile
Signed-off-by: GitHub <noreply@github.com>
2023-03-31 13:53:03 +00:00
Stephan
81df7d636e
Proposed change to in-build docker-compose.yml and Dockerfile. The current implementation uses php 7.4, which is no longer compatible with the required PHP version of the server. I upped this to PHP 8.1
...
List of changes:
- Upped PHP Version to 8.1
- Added Apache Webserver so the Container works "out of the box" after docker-compose up -d
- Mounting whole project as volume to /var/www/html in docker-compose.yml (and set WORKDIR to /var/www/html)
Tested in a Docker for Windows environment.
2023-03-31 13:38:26 +00:00
Lukas Reschke
1e08cd353b
Add npm/nodejs/make to .devcontainer
...
This is required to build some apps such as the spreed app.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-04-06 11:35:00 +00:00
Konrad Abicht
f987eaea10
corrected package name used in .devcontainer/Dockerfile (php7.4-acpu => php7.4-apcu)
...
Signed-off-by: Konrad Abicht <hi@inspirito.de>
2021-02-09 13:52:52 +01:00
Lukas Reschke
838c7005d3
Install more PHP modules by default
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-02-08 17:16:29 +00:00
Lukas Reschke
7f983cc549
Add initial support for GitHub codespaces
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-02-08 16:55:01 +00:00