https://github.com/mat-sz/todo-docker
📦 A docker-compose setup for my project management app.
https://github.com/mat-sz/todo-docker
docker docker-compose dockerfiles
Last synced: 3 months ago
JSON representation
📦 A docker-compose setup for my project management app.
- Host: GitHub
- URL: https://github.com/mat-sz/todo-docker
- Owner: mat-sz
- Created: 2019-12-25T19:02:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-26T18:31:07.000Z (over 6 years ago)
- Last Synced: 2025-03-24T22:02:55.657Z (over 1 year ago)
- Topics: docker, docker-compose, dockerfiles
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo-docker
A docker-compose setup for my project management tool.
## Installation
Clone the repo and run the following commands:
```
git submodule update --recursive --init
docker-compose up
```
Make sure docker and docker-compose are installed and your user is in the docker group.
## Using custom ports
Please copy the attached `docker-compose.override.example.yml` file to `docker-compose.override.yml` and modify the values as needed.