Tobias Genannt
b6492b2e6b
Fix #1222 : Use /login/ as health check URL
2024-05-07 07:15:37 +02:00
Tobias Genannt
36f409a16b
Preparation for 2.9.0
2024-05-06 19:04:09 +02:00
Chandan Kumar
6c01ada882
Removed version line from the yaml file as it is obsolete
2024-04-01 16:57:53 -04:00
Tobias Genannt
dfa1904a82
Preparation for 2.8.0
2024-01-01 10:33:59 +01:00
renovate[bot]
0603f1ebe9
Update docker.io/postgres Docker tag to v16
2023-09-15 23:13:09 +00:00
Tobias Genannt
44d0f47fb5
Prepare for Netbox 3.6
2023-08-28 09:41:55 +02:00
Florian Schroen
8208dedb19
docker-compose.yml: fix volume mount options
...
`z` is valid only for bindmounts
When using with volumes a warning for each volume appears:
netbox$ docker compose up
[+] Building 0.0s (0/0)
WARN[0000] mount of type `volume` should not define `bind` option
WARN[0000] mount of type `volume` should not define `bind` option
WARN[0000] mount of type `volume` should not define `bind` option
This may appear only when using a docker-compose.override.yml
2023-06-15 12:14:05 +02:00
Tobias Genannt
c085287e64
Prepare 2.6.1
2023-04-28 13:13:06 +02:00
Tobias Genannt
3978b14c7f
Preparation for 2.6.0
2023-04-27 23:45:39 +02:00
Tobias Genannt
cb524c32ed
Preparation for Netbox 3.5
...
- Reports and Scripts have changed in Netbox 3.5. They need to be uploaded now.
The Docker compose now creates a volume as it does for the media files
- Napalm has been removed from Netbox 3.5
All configuration entries for Napalm were removed and napalm itself is removed from the requirements file
- Removed Gunicorn from the image
Nginx Unit has been used for a while now. No need to install Gunicorn
2023-04-27 09:32:42 +02:00
Tobias Genannt
c698496e36
Preparation for 2.5.3
2023-04-15 01:16:40 +02:00
Tobias Genannt
17f1bb0af0
Preparation for 2.5.2
2023-03-29 12:41:34 +02:00
Ryan Merolle
2ba441124e
Update docker-compose.yml
2023-03-20 08:21:17 -04:00
Tobias Genannt
311629ade4
Preparation for 2.5.1
2023-03-16 07:39:38 +01:00
Tobias Genannt
ac8cb022ae
Preparation for 2.5.0
2023-03-15 14:32:09 +01:00
Sean M. Collins
41d80d66b1
Prepend docker.io to image URLs
...
This is to make podman happy, since newer versions of podman
have set short-name-mode to enforcing
https://github.com/containers/image/blob/main/docs/containers-registries.conf.5.md
2023-01-10 14:10:15 +01:00
Tobias Genannt
238f95c5ce
Preparation for 2.4.0
2022-12-15 12:57:51 +01:00
Tobias Genannt
5e2158da24
Merge pull request #866 from ryanmerolle/issue_784
...
Address housekeeping traceback
2022-12-06 18:12:02 +01:00
renovate[bot]
a4f494db14
Update postgres Docker tag to v15
2022-11-11 14:24:44 +00:00
Christian Mäder
c5f91ad359
Preparation for 2.3.0
2022-10-25 17:38:03 +02:00
Ryan Merolle
35a94cb7e5
Update docker-compose.yml
...
Address housekeeping tracebacks & remove whitespace
2022-10-22 09:40:03 -04:00
Delta / Subo /Stefan
cd5015642e
Fix for random volume Redis Cache
...
fixes:
https://github.com/netbox-community/netbox-docker/issues/851
2022-09-23 14:33:49 +02:00
Tobias Genannt
e38c1d3c85
Preparation for 2.2.0
2022-09-01 10:43:10 +02:00
Tobias Genannt
6f1d46d765
Initializers are now a plugin
2022-08-30 16:01:43 +02:00
Tobias Genannt
0a6d4c998d
Preparation for 2.1.0
2022-07-22 10:15:51 +02:00
Tobias Genannt
f05a9c67ae
Preparation for 2.0.0
2022-07-12 16:50:32 +02:00
Renovate Bot
184ff72912
Update dependency redis to v7
2022-06-09 06:12:46 +00:00
Tobias Genannt
91ab616cc5
Preparation for 1.6.1
2022-04-06 09:39:22 +02:00
Tobias Genannt
b6d6f85dc0
Preparation for 1.6.0
2022-02-21 11:25:37 +01:00
Tobias Genannt
6d5cf7a815
Preparation for 1.5.1
2021-12-09 12:15:26 +01:00
Tobias Genannt
9ab54f27b1
Preparation for 1.5.0
2021-12-09 08:29:42 +01:00
Renovate Bot
d4081c15e1
Update postgres Docker tag to v14
2021-10-19 12:25:17 +00:00
Christian Mäder
daaea77144
Merge pull request #589 from tobiasge/user-unit
...
Fix #586 : Use user name instead of userid
2021-10-06 17:25:47 +02:00
Christian Mäder
faa1cb52dd
Preparation for 1.4.1
2021-10-06 17:03:48 +02:00
Tobias Genannt
5679ab435f
Use user name instead of userid
...
Nginx unit needs the user and group parameter as names.
2021-09-24 08:16:07 +02:00
Tobias Genannt
a8b6883183
Changed entrypoint to "tini".
2021-09-13 08:51:23 +02:00
Tobias Genannt
58debafa8a
Added container for Netbox housekeeping command
...
Adds an additional container in which the new "housekeeping" command from
Netbox v3.0.0 is run.
2021-09-03 12:48:30 +02:00
Daniel Metzler
a0a32b930e
Fixed port issue with latest docker version. ( #538 )
...
Co-authored-by: Tobias Genannt <t.genannt@scanplus.de>
2021-09-03 08:03:27 +02:00
Tobias Genannt
8e0c795791
Prepare version 1.3.0
2021-08-30 21:07:01 +02:00
Christian Mäder
5b618851c0
Pin the NetBox Docker version in the docker-compose.yml file
2021-05-26 19:05:37 +02:00
Renovate Bot
49b7c267b9
Update postgres Docker tag to v13
2021-05-18 08:03:10 +00:00
Tobias Genannt
a89d2e035c
Don't publish Netbox on random port
2021-04-17 10:16:40 +02:00
Tobias Genannt
d273391773
Gunicorn is replaced with nginx-unit
...
We now serve Netbox with an nginx-unit instance instead of Gunicorn.
This allows us to get rid of the extra Nginx container because Unit is
also serving the static files. The static files are now collected at container
buildtime instead of every startup.
2021-01-15 09:22:22 +01:00
Christian Mäder
e18d6c53b3
Revert most changes
2020-10-26 15:22:56 +01:00
Christian Mäder
48decdeb0e
Monitoring parts to docker-compose.monitorin.yml
2020-10-26 15:22:56 +01:00
Christian Mäder
f46d8a7782
Adds Prometheus/Grafana monitoring infrastructure
2020-10-26 15:22:52 +01:00
Tobias Genannt
74833a9b21
Update images in docker-compose
2020-09-01 13:34:42 +02:00
Tobias Genannt
b9c44b85cc
The Redis cache container was using the wrong env
...
Our docker-compose.yml pointed the env file for the Redis cache to the
wrong file. Now the Redis cache password between the netbox.env and
redis-cache.env match.
2020-02-14 12:38:05 +01:00
Christian Mäder
355f9d4cf7
Prepare for Netbox 2.7
2020-01-20 08:39:26 +01:00
Christian Mäder
b118cd5812
Building the Docker image with Github Actions
2019-12-23 18:21:08 +01:00