flowerbuddies / transcendence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

transcendence

How to deploy with Docker Compose

  1. Clone the repository using git clone https://github.com/flowerbuddies/transcendence.git
  2. cd transcendence
  3. Copy the .env.example into .env
  4. Modify the .env-file values as necessary, the default values work for temporary environments
  5. Run docker compose up --build -d
  6. Navigate to https://localhost:8443 and enjoy! (Note: There is a warning generated due to a self-signed certificate)
  7. To shut it down, run docker compose down in the project folder

About

License:MIT License


Languages

Language:Python 73.9%Language:JavaScript 16.6%Language:Shell 7.2%Language:Dockerfile 1.8%Language:CSS 0.4%