Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rvanlaak/dockerized-drupal
https://github.com/rvanlaak/dockerized-drupal
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rvanlaak/dockerized-drupal
- Owner: rvanlaak
- Created: 2023-11-24T00:13:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-19T11:10:47.000Z (12 months ago)
- Last Synced: 2024-12-01T05:29:19.860Z (about 1 month ago)
- Language: Dockerfile
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Basic Dockerized Drupal site, served through Nginx, and with Composer on the dev image.
## Development
Ensure that Docker is running, then run the following command to build and start the containers:
```shell
make up
```Drupal will be available at http://localhost:8080