Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
- Remove files we aren't using
- Tweak the Docker setup
- Update the README with Docker changes and correct table layouts
  • Loading branch information
deanblackborough committed Jan 11, 2022
1 parent d8682f6 commit 852f543
Show file tree
Hide file tree
Showing 6 changed files with 151 additions and 166 deletions.
2 changes: 1 addition & 1 deletion .docker/mysql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM mysql:8
FROM mysql:8.0
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
vendor
vendor/
295 changes: 147 additions & 148 deletions README.md

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ services:
- 8080:80
volumes:
- .:/var/www/html
# - /.docker/api/php/vendor # Uncomment to use local vendor directory for development
env_file: .env
environment:
TZ: UTC
DB_HOST: ${DB_HOST}
DB_DATABASE: ${DB_DATABASE}
DB_USERNAME: ${DB_USERNAME}
Expand All @@ -27,6 +27,7 @@ services:
- 3308:3306
env_file: .env
environment:
TZ: UTC
MYSQL_DATABASE: ${DB_DATABASE}
MYSQL_USER: ${DB_USERNAME}
MYSQL_PASSWORD: ${DB_PASSWORD}
Expand Down
Empty file removed testing.sqlite
Empty file.
15 changes: 0 additions & 15 deletions webpack.mix.js

This file was deleted.

0 comments on commit 852f543

Please sign in to comment.