Skip to content
Discussion options

You must be logged in to vote

Yes! I've been running this way for some time now without any issues.
Below is my Portainer stack, should also work as a compose.yml file(?). You have to manually add the user and db to your postgres db.
Now I need to see if I can easily rename from "yamtracke" to "floppy" =D

#https://github.com/FuzzyGrim/Yamtrack/wiki/Media-Import-Configuration#private-profile-import-oauth
services:
  floppy:
    #image: ghcr.io/dannyvfilms/yamtrack:26.7.9
    image: ghcr.io/dannyvfilms/floppy:v26.8.13
    #https://github.com/dannyvfilms/Floppy/tags
    container_name: floppy
    restart: unless-stopped
    depends_on:
      - floppy-redis
    environment:
      - PUID=1000
      - PGID=1000
      - SECR…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@tincanfury
Comment options

Answer selected by ryan-winkler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants