An open API service indexing awesome lists of open source software.

https://github.com/kasir-barati/docker

My Dockerfiles & docker-compose files that tested
https://github.com/kasir-barati/docker

container containerization docker docker-compose docker-container docker-image docker-swarm dockerfile linux

Last synced: 6 months ago
JSON representation

My Dockerfiles & docker-compose files that tested

Awesome Lists containing this project

README

          

> [!IMPORTANT]
>
> Keep `index.md` in the root in sync with me!

# docker

My tested `Dockerfile`s & 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](../docs/README.md)

# Tips:

- Passing multiple env file to the docker-compose file -- [ref](https://github.com/docker/compose/issues/7326#issuecomment-1252426491)
```cmd
docker-compose --env-file <(cat "./docker/.env" "./docker/.env.local") up -d
```

## Instruction for use

- You can find the tested `Dockerfile`s & `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 `Dockerfile`s in the dockerfile branch

Feel free to open issues on this repo.