SideQuests

SideQuests provides an intuitive and mobile friendly web-interface for managing tasks and objectives.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.9'
 
services:
  SideQuests:
    image: need4swede/sidequests:latest
    container_name: SideQuests
    ports:
      - "8080:8080"
    volumes:
      - ./instance:/app/instance
    environment:
      - PORT=8080
      - ADMIN_USERNAME=your_admin_username
      - ADMIN_PASSWORD=your_admin_password
      - SECRET_KEY=your_secret_key
    restart: always

Resources

GitHub: https://github.com/need4swede/SideQuests

Docker Hub: https://hub.docker.com/r/need4swede/sidequests

Configuration: https://github.com/need4swede/SideQuests#docker-compose