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: 2 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T06:43:21.000Z (about 3 years ago)
- Last Synced: 2025-03-02T03:18:35.497Z (over 1 year 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:1
docker pull postgres
```
## Docker-compose command
```
docker compose up -d
```