Skip to content
This repository was archived by the owner on Oct 19, 2020. It is now read-only.

panosru/docker-php-censor

 
 

Repository files navigation

Run docker network create webservices before docker-compose up

Use a docker-compose.prod.yml file, mine looks like this:

version: '3.7'

services:

  app:
    restart: always
    env_file:
      - ./env/prod/phpcensor.env

  web:
    restart: always
    env_file:
      - ./env/prod/web.env
      - ./env/prod/phpcensor.env
    environment:
      VIRTUAL_HOST: mydomain.com
      LETSENCRYPT_HOST: mydomain.com
      LETSENCRYPT_EMAIL: johndoe@domain.com

  worker:
    restart: always
    env_file:
      - ./env/prod/phpcensor.env

  db:
    restart: always
    env_file:
      - ./env/prod/database.pgsql.env

  queue:
    restart: always

I'm using nginx-proxy and in production env I start my containers with docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d

About

Containers for PHP Censor CI system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 60.8%
  • Dockerfile 39.2%
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy