Trying to get this working in azure app service is painful #1054
Replies: 1 comment 3 replies
-
The |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to get this hosted in azure app service as a docker compose option have hit numerous issues. As AAS doesnt like anchors in docker compose i had to run them seperatly, does this cause problems. I seem to be getting this issue, i have no idea how to solve in the worker and housekeeping containers
2023-08-17T12:09:07.599421569Z File "/etc/netbox/config/configuration.py", line 45, in
2023-08-17T12:09:07.599425270Z _AS_INT = lambda value : int(value)
2023-08-17T12:09:07.599428870Z ValueError: invalid literal for int() with base 10: ''
My docker compose looks like this
Left out the redis as they come up fine
Beta Was this translation helpful? Give feedback.
All reactions