Do the housekeeping and worker images need own images? #1335
Unanswered
systemcrash
asked this question in
Getting Help
Replies: 1 comment
-
The point being, can those images use: netbox-worker:
image: ghcr.io/netbox-community/netbox:${VERSION-v4.1.2-3.0.2}
...
netbox-housekeeping:
image: ghcr.io/netbox-community/netbox:${VERSION-v4.1.2-3.0.2}
... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current Behavior
Using the current
docker-compose.override.yml
the current behaviour is to pull in its own images.Expected Behavior
Should the netbox-worker and netbox-housekeeping also use the same image as netbox?
Docker Compose Version
Docker Compose version v2.26.1
Docker Version
The git Revision
27bf52c
The git Status
Startup Command
docker compose up -d
NetBox Logs
Content of docker-compose.override.yml
Beta Was this translation helpful? Give feedback.
All reactions