Compare commits
2 Commits
main
...
jenkins-pr
Author | SHA1 | Date |
---|---|---|
|
c5c00ed688 | |
|
6abeb19cc6 |
|
@ -16,13 +16,11 @@ services:
|
|||
|
||||
nginx:
|
||||
container_name: ogcore-nginx
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./docker/Dockerfile-nginx
|
||||
depends_on:
|
||||
- php
|
||||
ports:
|
||||
- 8080:80
|
||||
- 8443:443
|
||||
volumes:
|
||||
- ./public:/var/www/html/public:cached
|
||||
networks:
|
||||
|
@ -31,9 +29,6 @@ services:
|
|||
|
||||
php:
|
||||
container_name: ogcore-php
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./docker/Dockerfile-jenkins-php
|
||||
depends_on:
|
||||
- database
|
||||
environment:
|
||||
|
|
|
@ -28,4 +28,3 @@ RUN apk del -f .build-deps
|
|||
|
||||
COPY ./docker/xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini
|
||||
COPY . /var/www/html
|
||||
|
||||
|
|
Loading…
Reference in New Issue