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: about 1 month 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2026-05-13T22:42:17.000Z (about 1 month ago)
- Last Synced: 2026-05-14T00:54:45.284Z (about 1 month ago)
- Topics: deployment, docker, docker-compose
- Language: YAML
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# University With Me Deployment
[](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. Replace keys and adjust configuration in .env file (don't forget to change Keycloak client secrets)
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.