Compare commits

..

No commits in common. "d06f29eda6689bb636291296248c0d7c521e5bbc" and "4aeace65b5a1b2832bedd2a5e3e07d3d368b1b61" have entirely different histories.

1 changed files with 6 additions and 0 deletions

View File

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