Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/misha999777/uwithme-deployment
Files to deploy University With Me using Docker
https://github.com/misha999777/uwithme-deployment
deployment docker docker-compose
Last synced: 12 days ago
JSON representation
Files to deploy University With Me using Docker
- Host: GitHub
- URL: https://github.com/misha999777/uwithme-deployment
- Owner: Misha999777
- License: gpl-2.0
- Created: 2022-11-08T12:27:34.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T15:12:44.000Z (8 months ago)
- Last Synced: 2024-03-17T16:27:31.467Z (8 months ago)
- Topics: deployment, docker, docker-compose
- Language: Dockerfile
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# University With Me Deployment
[![License](https://img.shields.io/:license-GPL-blue.svg)](https://github.com/Misha999777/uwithme-deployment/blob/master/LICENSE)
## Description
This repository contains Docker Compose file and appropriate configs to deploy University With Me project.
## Requirements
To deploy the application you will need:
- [Docker](https://www.docker.com/)
## Deploying locally
You can deploy this application locally by:
1. Pointing uwm.int, tests.uwm.int, bot.uwm.int, auth.uwm.int, service1.uwm.int, and service2.uwm.int to 127.0.0.1
2. Deploying with```shell
docker compose up -d
```## Deploying in production
1. Carefully read, understand, and replace values in docker-compose.yml with the appropriate ones
2. Deploy with```shell
docker compose up -d
```## Copyright
Released under the GNU General Public License v2.0.
See the [LICENSE](https://github.com/Misha999777/uwithme-deployment/blob/master/LICENSE) file.