Updated APIS, and general improvements
testing/ogcore-api/pipeline/head There was a failure building this commit Details

pull/13/head opengnsys_devel-0.0.3
Manuel Aranda Rosales 2024-11-20 16:02:13 +01:00
parent 2f89e5bc57
commit 8094fdae3e
5 changed files with 0 additions and 25 deletions

View File

@ -36,10 +36,6 @@ services:
dockerfile: ./docker/Dockerfile-jenkins-php
depends_on:
- database
environment:
XDEBUG_CLIENT_HOST: 127.17.0.1
XDEBUG_CLIENT_PORT: 9003
PHP_IDE_CONFIG: serverName=ogcore
networks:
- ogcore-network
image: ogcore-php:static

View File

@ -35,10 +35,6 @@ services:
dockerfile: ./docker/Dockerfile-jenkins-php
depends_on:
- database
environment:
XDEBUG_CLIENT_HOST: 127.17.0.1
XDEBUG_CLIENT_PORT: 9003
PHP_IDE_CONFIG: serverName=ogcore
networks:
- ogcore-network

View File

@ -36,10 +36,6 @@ services:
dockerfile: ./docker/Dockerfile-jenkins-php
depends_on:
- database
environment:
XDEBUG_CLIENT_HOST: 127.17.0.1
XDEBUG_CLIENT_PORT: 9003
PHP_IDE_CONFIG: serverName=ogcore
volumes:
- ogpublic:/var/www/html/public
- /opt/opengnsys/ogCore/etc/.env:/var/www/html/.env

View File

@ -39,10 +39,6 @@ services:
- ./:/var/www/html
depends_on:
- database
environment:
XDEBUG_CLIENT_HOST: 127.17.0.1
XDEBUG_CLIENT_PORT: 9003
PHP_IDE_CONFIG: serverName=ogcore
networks:
- ogcore-network

View File

@ -19,15 +19,6 @@ ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/do
RUN chmod +x /usr/local/bin/install-php-extensions
RUN install-php-extensions sockets
# Add xdebug
RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS
RUN apk add --update linux-headers
RUN pecl install xdebug
RUN docker-php-ext-enable xdebug
RUN apk del -f .build-deps
COPY ./docker/xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini
# Generate SSH keys
RUN ssh-keygen -t rsa -b 4096 -f /root/.ssh/id_rsa -N ""