Skip to content

Commit

Permalink
refactor: remove unneeded PHP env file [#1]
Browse files Browse the repository at this point in the history
  • Loading branch information
d3p1 committed Jun 4, 2024
1 parent f6e8cbb commit 5c4d66b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
2 changes: 1 addition & 1 deletion src/bin/etc/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
- ${BASE_DEV_DOC_ROOT_DIR}:/app
- ~/composer:${BASE_COMPOSER_HOME}
env_file:
- services/php/.env
- services/magento/.env
restart:
always
labels:
Expand Down
2 changes: 1 addition & 1 deletion src/bin/etc/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ services:
volumes:
- docroot:/app
env_file:
- services/php/.env
- services/magento/.env
labels:
- traefik.enable=false
restart:
Expand Down
21 changes: 0 additions & 21 deletions src/bin/etc/services/php/.env

This file was deleted.

0 comments on commit 5c4d66b

Please sign in to comment.