Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 23 days 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 Dockerfiles & docker-compose files that tested

## Docs

- [PostgreSQL](../docs/docs/postgresql.md).
- [Choosing the right image](../docs/docs/choose-the-right-image.md).
- [Docker volumes](../docs/volumes.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.