tokenwizard

Results 74 comments of tokenwizard
trafficstars

@xemle So once you have the database populated initially, you would run that command to trigger it to watch for changes and updated the database automatically? I think that could...

This sounds great! I'll definitely pull the new images and test once it is ready. Is there an easy way to backup existing metadata/tags so I could blow out the...

I would just need to docker-compose pull to get the latest version and then I have that command available? ------- Original Message ------- On Monday, January 30th, 2023 at 11:11...

Got it. Then, to confirm, I would use: 'docker-compose exec gallery run import --watch' And it should run and automatically watch for new files? I will do this and disable...

Ok, that is running now. Should that automatically background and continue running as a daemon, or do we need to use systemd to keep that running as a background service?...

Is there a way to maybe add this as an option to the .env file or docker-compose.yml, so when we docker-compose up -d it automatically runs with the --watch flag...

FYI: `docker-compose run gallery run import --update --watch` did actually spawn a new container. I have another folder/container now in /var/lib/docker/containers/

Perfect. I agree the --watch-sources should be enabled by default and running docker-compose up -d would daemonize everything to the background. I see no reason or use case for anything...

Awesome! I just rebuilt my Nextcloud server so I will throw the docker version on there and give it a go!

Are there some dependencies I need to install before setting this up? I'm on Debian 11 and I'm getting these errors (several like this) while following along the docker-compose install...