Giter Club home page Giter Club logo

Comments (2)

petehalverson avatar petehalverson commented on July 17, 2024 1

When using the image's docker config, if the APP_KEY is not defined in your .env, it will fall back to the generic key set in config/docker/app.php. This is to facilitate a quick testing environment for developers without forcing them to configure settings.

More about the App Environment

I typically maintain a separate docker-compose for each environment (local, stage, prod) within the project repo. I store secrets in .env that's not committed. Keep in mind, docker-compose supports .env variables as well.

In practice, the best approach really depends on the project and to an extent, your preference.

If you're planning to deploy via swarm or kubernetes, it's a good idea to extend the image so you're not dependent on volume mounts which may include baking in your own config.

from docker-octobercms.

iamike avatar iamike commented on July 17, 2024

sorry, I am a little bit confused here. looks there are 3 ways:

  1. .env file can handle the cms environment variables, eg. we just make 2 .env files, one for dev environment, and another is for live environment. by using different docker-compose-dev, docker-compose-prod, to mirror the different file into the volume..

  2. The docker-compose also provide the environment variables. which can be just defined in env_files setting config.

  3. in some cloud service, there might be kubernetes which also provide the environment variables for the services. That mean we just take care of local dev env variables?

so, OMG, which way is the best approach?

from docker-octobercms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.