- 2 Posts
- 5 Comments
Joined 2 years ago
Cake day: June 12th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
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
deleted by creator
bloodsangre7@lemmy.worldto Selfhosted@lemmy.world•Considerations for a homeserver thats open to the internet? (Jellyfin / Nextcloud)English2·2 years agoNot sure why the downvote, its right there on the website https://tailscale.com/pricing/
bloodsangre7@lemmy.worldto No Stupid Questions@lemmy.world•Do you think the guys on the titanic submarine will be rescued?English0·2 years agoThe Titanic is at like 12,500 ft deep though
bloodsangre7@lemmy.worldto No Stupid Questions@lemmy.world•What happened when people switched to reddit?1·2 years agoYeah, the digg v4 move didn’t have identical reasons as now, but it sure felt familar
Yeah it seems like HA OS is the way to go, running the separate Docker containers has been a headache and breaks/take time more than it’s worth