Ecosyste.ms: Awesome
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: 23 days ago
JSON representation
My Dockerfiles & docker-compose files that tested
- Host: GitHub
- URL: https://github.com/kasir-barati/docker
- Owner: kasir-barati
- License: mit
- Created: 2021-04-27T08:40:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T22:27:09.000Z (about 1 month ago)
- Last Synced: 2024-11-22T23:22:38.490Z (about 1 month ago)
- Topics: container, containerization, docker, docker-compose, docker-container, docker-image, docker-swarm, dockerfile, linux
- Language: FreeMarker
- Homepage: https://kasir-barati.github.io/docker/
- Size: 9.14 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE
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 branchFeel free to open issues on this repo.