Skip to content

Latest commit

 

History

History
executable file
·
24 lines (16 loc) · 756 Bytes

index.md

File metadata and controls

executable file
·
24 lines (16 loc) · 756 Bytes

docker

My Dockerfiles & docker-compose files that tested

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.