Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 649 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 649 Bytes

WorkAdventure Admin API simple implementation

This is intended to be used internally in our organization. But you can use this if you want to do.

Hints to use

Required files

compose.yaml

  admin:
    image: ghcr.io/tpc3/workadventure-admin
    volumes:
    - type: bind
      source: ./admin
      target: /data

.env

ADMIN_API_URL=http://admin:8080