version: '3' services: dynamodb: image: amazon/dynamodb-local ports: - "8000:8000" command: ["-jar", "DynamoDBLocal.jar", "-sharedDb", "-inMemory"] memcached: image: memcached:1.6-alpine ports: - "11211:11211" restart: always mysql: image: mysql/mysql-server:5.7 environment: MYSQL_ALLOW_EMPTY_PASSWORD: 1 MYSQL_ROOT_PASSWORD: "" MYSQL_DATABASE: "forge" MYSQL_ROOT_HOST: "%" ports: - "3306:3306" restart: always redis: image: redis:7.0-alpine ports: - "6379:6379" restart: always
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.git | Folder | 0755 |
|
|
.github | Folder | 0755 |
|
|
bin | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
types | Folder | 0755 |
|
|
.editorconfig | File | 235 B | 0644 |
|
.gitattributes | File | 545 B | 0644 |
|
.gitignore | File | 142 B | 0644 |
|
.styleci.yml | File | 166 B | 0644 |
|
CHANGELOG.md | File | 7.25 KB | 0644 |
|
LICENSE.md | File | 1.07 KB | 0644 |
|
README.md | File | 3.46 KB | 0644 |
|
composer.json | File | 8.5 KB | 0644 |
|
docker-compose.yml | File | 615 B | 0644 |
|
phpstan.src.neon.dist | File | 664 B | 0644 |
|
phpstan.types.neon.dist | File | 50 B | 0644 |
|
phpunit.xml.dist | File | 881 B | 0644 |
|