Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/afthaab/docker-compose-for-todo-app

This repository contains a dockerfile and docker-compose file for a go lang todo application
https://github.com/afthaab/docker-compose-for-todo-app

containerization docker docker-compose

Last synced: 8 days ago
JSON representation

This repository contains a dockerfile and docker-compose file for a go lang todo application

Awesome Lists containing this project

README

        

# Docker-Compose-for-Todo-Application
This repository contains a docker file and docker-compose file for my todo application.

## Docker-Compose
Docker compose is conternization tool which is used run and manage mulitple containers.

## Pull docker images from the docker hub
```
docker pull afthab2015/crudapp:1

docker pull postgres
```

## Docker-compose command
```
docker compose up -d
```