-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rename not working as expected #80
Comments
I just ran into this too - to fix, just change the third line of the Makefile: Line 3 in 01a4565
The default case is To run with your own file, just change the name as required, e.g. change to |
Actually, after fixing the above, I now have other issues:
File: Rebuild with: librephotos-docker/docker-compose.yml Line 13 in 01a4565
Error in logs:
This should be set from the ENV settings I think, see https://github.com/LibrePhotos/librephotos/blob/04ac679400c9424d122bd1d71f4012423526b3b3/librephotos/settings/production.py#L48 In the main
... but doesn't seem to be working for me at the moment. I'm now troubleshooting to see if I can find out where the issue is. |
Nope, I never got it working correctly - I ended up just giving up on
running multiple stacks, and just used multiple logins instead (although
this has different issues!) 🤷.
…On Tue, Jun 18, 2024 at 11:12 AM rjdodd00 ***@***.***> wrote:
I know this is old, but did this ever get resolved? I am having the same
problem but on a fresh install
—
Reply to this email directly, view it on GitHub
<#80 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABB5Z2WOITPRI6BS5NBA6OLZIBE7HAVCNFSM6AAAAAATCXPS2OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZWGM2TCMZYGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I borrowed the 'proxy' directory and used the following to solve the problem:
|
I renamed containers name in
.env
and when I runmake rename
they aren't renamed indocker-compose.yml
. I renamed them manually indocker-compose.yml
but then if I runmake rename
they are overwrite.Could it be that
.env
is not used?Reading
Makefile
file it appear it is usinglibrephotos.env
and not.env
The text was updated successfully, but these errors were encountered: