wishlist
services:
wishlist:
container_name: wishlist
image: ghcr.io/cmintey/wishlist:latest
ports:
- 3280:3280
volumes:
- /mnt/scratch/docker/data/wishlist-2/uploads:/usr/src/app/uploads # This is where user image uploads will be stored
- /mnt/scratch/docker/data/wishlist-2/data:/usr/src/app/data # This is where the sqlite database will be stored
environment:
# ORIGIN: https://wishlist.example.com
ORIGIN: https://wishlist.thedupacs.net # The URL your users will be connecting to
TOKEN_TIME: 72 # hours until signup and password reset tokens expire
networks: {}