File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ services:
19
19
- netbox-media-files:/opt/netbox/netbox/media:z
20
20
nginx :
21
21
command : nginx -c /etc/netbox-nginx/nginx.conf
22
- image : nginx:1.17 -alpine
22
+ image : nginx:1.19 -alpine
23
23
depends_on :
24
24
- netbox
25
25
ports :
@@ -28,17 +28,17 @@ services:
28
28
- netbox-static-files:/opt/netbox/netbox/static:ro
29
29
- netbox-nginx-config:/etc/netbox-nginx/:ro
30
30
postgres :
31
- image : postgres:11 -alpine
31
+ image : postgres:12 -alpine
32
32
env_file : env/postgres.env
33
33
redis :
34
- image : redis:5 -alpine
34
+ image : redis:6 -alpine
35
35
command :
36
36
- sh
37
37
- -c # this is to evaluate the $REDIS_PASSWORD from the env
38
38
- redis-server --appendonly yes --requirepass $$REDIS_PASSWORD # # $$ because of docker-compose
39
39
env_file : env/redis.env
40
40
redis-cache :
41
- image : redis:5 -alpine
41
+ image : redis:6 -alpine
42
42
command :
43
43
- sh
44
44
- -c # this is to evaluate the $REDIS_PASSWORD from the env
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ services:
29
29
- rqworker
30
30
nginx :
31
31
command : nginx -c /etc/netbox-nginx/nginx.conf
32
- image : nginx:1.17 -alpine
32
+ image : nginx:1.19 -alpine
33
33
depends_on :
34
34
- netbox
35
35
ports :
@@ -38,12 +38,12 @@ services:
38
38
- netbox-static-files:/opt/netbox/netbox/static:ro
39
39
- netbox-nginx-config:/etc/netbox-nginx/:ro
40
40
postgres :
41
- image : postgres:11 -alpine
41
+ image : postgres:12 -alpine
42
42
env_file : env/postgres.env
43
43
volumes :
44
44
- netbox-postgres-data:/var/lib/postgresql/data
45
45
redis :
46
- image : redis:5 -alpine
46
+ image : redis:6 -alpine
47
47
command :
48
48
- sh
49
49
- -c # this is to evaluate the $REDIS_PASSWORD from the env
@@ -52,7 +52,7 @@ services:
52
52
volumes :
53
53
- netbox-redis-data:/data
54
54
redis-cache :
55
- image : redis:5 -alpine
55
+ image : redis:6 -alpine
56
56
command :
57
57
- sh
58
58
- -c # this is to evaluate the $REDIS_PASSWORD from the env
You can’t perform that action at this time.
0 commit comments