mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-07 21:17:16 -05:00
Values and tokens not populating automatically from docker compose #36
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Tailscale-VPS on GitHub (Aug 8, 2025).
My docker compose
After using this compose the UI should have been populated with all the values, But when I opened it i had to manually fill everything like Github username, Gitea username , tokens,etc.
@arunavo4 commented on GitHub (Aug 9, 2025):
Hi @Tailscale-VPS over time these have got neglegted since I was using the Web UI for eveyrthing. I have updated the code to load these Env variables. I have PR open I will test the PR and make a new version release. Feel free to test the PR.
@Tailscale-VPS commented on GitHub (Aug 9, 2025):
Tested latest image v3.2.2 after cleaning the data dir.
Initially after 1st boot -
Probably because no user exists at 1st boot.
After creating the user and restarting the container it picked up the env variables -
One thing i like to point out is that release,tags and some other metadata was not ticked (as there are no env variables in docker compose for now).
Can we also make env variables for those?
@arunavo4 commented on GitHub (Aug 9, 2025):
Sure @Tailscale-VPS I will add eveything as Docker env variables. Thank you for the quick feeback
@arunavo4 commented on GitHub (Aug 9, 2025):
@Tailscale-VPS I have added more Env variables in v3.2.3. Have a look.