Sign inSign up

thecaliskan/php

By thecaliskan

Updated almost 5 years ago

Image
0

759

thecaliskan/php repository overview

Docker Compose

version: '3'
services:
    thecaliskan.test:
        image: thecaliskan/php
        ports:
            - '80:80'
        volumes:
            - '.:/var/www'
        environment:
            - WWWUSER=1000
            - WWWGROUP=1000
            - ARTISAN_SERVE_ENABLED=true
            - OCTANE_ENABLED=false
            - CRON_ENABLED=true
            - HORIZON_ENABLED=false
            - COMPOSER_UPDATE_ENABLED=false
            - CACHE_CLEAR=false
        networks:
            - thecaliskan

    redis:
        image: redis:alpine
        restart: always
        networks:
            - thecaliskan


networks:
    thecaliskan:
        driver: bridge

Tag summary

Content type

Image

Digest

Size

320.9 MB

Last updated

almost 5 years ago

docker pull thecaliskan/php