• 2 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle





  • For anyone trying to google a solution, I got it to work with the below in Portainer

    version: ‘3.7’

    services:

    api:
        image: 'gthole/drink-stash:latest'
        init: true
        restart: 'always'
        environment:
          - SECRET_KEY=*enter-a-key-here*
          - ALLOWED_HOSTS=*enter-ip-here*
          - DJANGO_SUPERUSER_USERNAME=*can-be-whatever*
          - DJANGO_SUPERUSER_EMAIL=*duh*
          - DJANGO_SUPERUSER_PASSWORD=*make-it-up*
          - DJANGO_SUPERUSER_FIRST_NAME=*John*
          - DJANGO_SUPERUSER_LAST_NAME=*Smith*
          - INITIAL_FIXTURES=recipes
        ports:
          - 8081:8000
        volumes:
            - /volume1/docker/drink-stash/data:/data
            - /volume1/docker/drink-stash/public:/public
    











  • Look up Digg v4. I was mainly a digg user until this point in Aug 2010. They redesigned the website and took away the downvote button. There were also increasing concerns from the frequent posters that the front page was getting more and more monolithic, you’d see like 20 stories from 2-3 websites at the top all the time.

    Switching over to Reddit at first was hard. The site wasn’t “pretty” like digg and the content was much more unfiltered. It was like moving out to the wild west - rough, a little scary, and had a ton to explore