Sign inSign up

beck2424/statamic-3-base

By beck2424

•Updated over 2 years ago

PHP7.4 / Apache with everything to run statamic 3 legacy site

Image
0

127

beck2424/statamic-3-base repository overview

eg.

services:

  apache:
    image: beck2424/statamic-3-base
    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"
    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

Tag summary

Content type

Image

Digest

sha256:3f897a360…

Size

216.7 MB

Last updated

over 2 years ago

docker pull beck2424/statamic-3-base:v1.0