Skip to content

Commit

Permalink
Simplify local dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Oct 27, 2024
1 parent 2ff0163 commit 1565438
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ test export-ignore
.gitattributes export-ignore
.gitignore export-ignore
CHANGELOG.md export-ignore
docker-compose.override.yml.dist export-ignore
docker-compose.yml export-ignore
Dockerfile export-ignore
indocker export-ignore
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
build
composer.lock
vendor/
docker-compose.override.yml
.phpunit.cache
config/*.local.php
6 changes: 0 additions & 6 deletions docker-compose.override.yml.dist

This file was deleted.

1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
services:
shlink_event_dispatcher_php:
container_name: shlink_event_dispatcher_php
user: 1000:1000
build:
context: .
volumes:
Expand Down

0 comments on commit 1565438

Please sign in to comment.