A base image with apache, php8, composer, and node for running laravel/statamic
109
eg.
services:
apache:
image: beck2424/statamic-starter
container_name: "${PROJECT_PREFIX}-php"
volumes:
- ./src:/var/www/html:rw
- ./apache/sites-available:/etc/apache2/sites-available
- ./apache/php.ini:/usr/local/etc/php/php.ini
ports:
- "${HTTP_PORT}:80"
- "5173:5173"
secrets:
- mail_smtp_server
- mail_username
- mail_password
- mail_from
- mail_to
secrets:
mail_smtp_server:
environment: MAIL_SMTP_SERVER
mail_username:
environment: MAIL_USERNAME
mail_password:
environment: MAIL_PASSWORD
mail_from:
environment: MAIL_FROM
mail_to:
environment: MAIL_TO
Content type
Image
Digest
sha256:6f021e443…
Size
258 MB
Last updated
over 2 years ago
docker pull beck2424/statamic-starter:v1.1