Skip to content

kasir-barati/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important

Keep index.md in the root in sync with me!

docker

My tested Dockerfiles & docker compose files which I use them and try to keep them up to date. Consider giving this repo a star if it was helpful to you so it can reaches more devs such as yourself.

Docs

Tips:

  • Passing multiple env file to the docker-compose file -- ref
    docker-compose --env-file <(cat "./docker/.env" "./docker/.env.local") up -d

Instruction for use

  • You can find the tested Dockerfiles & docker-compose.yml files in the main branch
  • You can find more docker-compose.yml files in the docker-compose branch
  • You can see my latest Dockerfiles in the dockerfile branch

Feel free to open issues on this repo.