Skip to content

rkojedzinszky/ganetimgr-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ganetimgr dockerized

A simple docker container for running grnet/ganetimgr.

Starting

Use the sample compose script to start:

# docker-compose up

For the first time create a user:

# docker exec -it <container> python manage.py createsuperuser

After it, you can login at http://localhost:8080/, and use you freshly installed ganetimgr.

Additional configuration can be done through environment variables in compose file, or creating a local_settings.py at ${DATA}/ganetimgr/data:/data setting any setting for ganetimgr.

See default settings.