Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/afthaab/docker-compose-for-todo-app
- Owner: Afthaab
- Created: 2023-05-22T06:41:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-22T06:43:21.000Z (over 1 year ago)
- Last Synced: 2024-11-13T08:28:34.363Z (2 months ago)
- Topics: containerization, docker, docker-compose
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:1docker pull postgres
```## Docker-compose command
```
docker compose up -d
```