Skip to content

Commit

Permalink
move docker related files from .project to .docker
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-rendler-evozon committed Sep 4, 2019
1 parent e7774d3 commit 849606a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ services:
build:
target: development
volumes:
- ./.project/dev/php/conf.d/xdebug.ini:/usr/local/etc/php/conf.d/docker-php-ext-xxdebug.ini
- ./.docker/dev/php/conf.d/xdebug.ini:/usr/local/etc/php/conf.d/docker-php-ext-xxdebug.ini
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: ./
target: prod
dockerfile: .project/docker/php/build.docker
dockerfile: .docker/docker/php/build.docker
args:
VERSION: 7.3-fpm
image: project:7.3-fpm
Expand Down Expand Up @@ -34,7 +34,7 @@ services:
image: nginx:latest
volumes:
- ./:/project
- ./.project/prod/nginx/etc/conf.d/default.conf:/etc/nginx/conf.d/default.conf
- ./.docker/prod/nginx/etc/conf.d/default.conf:/etc/nginx/conf.d/default.conf
ports:
- "80:80"
networks:
Expand Down

0 comments on commit 849606a

Please # to comment.