Remove build statements from docker deployment
testing/ogcore-api/pipeline/head This commit looks good Details
testing/ogcore-api/pipeline/tag This commit looks good Details

pull/14/head opengnsys_devel-0.0.10
Nicolas Arenas 2024-11-20 19:51:51 +01:00
parent d3e7822206
commit f18c36b523
1 changed files with 0 additions and 6 deletions

View File

@ -15,9 +15,6 @@ services:
- ogcore-network
nginx:
container_name: ogcore-nginx
build:
context: .
dockerfile: ./docker/Dockerfile-nginx
depends_on:
- php
ports:
@ -31,9 +28,6 @@ services:
php:
container_name: ogcore-php
build:
context: .
dockerfile: ./docker/Dockerfile-jenkins-php
depends_on:
- database
volumes: