File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
services :
2
2
db :
3
- image : postgres:13
3
+ image : docker.io/library/ postgres:13
4
4
env_file :
5
5
- docker.env
6
6
volumes :
7
7
- db_data:/var/lib/postgresql/data/
8
8
9
9
redis :
10
- image : redis
10
+ image : docker.io/library/ redis:latest
11
11
# Enable redis data persistence using the "Append Only File" with the
12
12
# default policy of fsync every second. See https://redis.io/topics/persistence
13
13
command : redis-server --appendonly yes
@@ -45,7 +45,7 @@ services:
45
45
- web # Ensure that potential db migrations run first
46
46
47
47
nginx :
48
- image : nginx
48
+ image : docker.io/library/ nginx:latest
49
49
ports :
50
50
- 80:80
51
51
- 443:443
Original file line number Diff line number Diff line change 1
1
services :
2
2
db :
3
- image : postgres:13
3
+ image : docker.io/library/ postgres:13
4
4
env_file :
5
5
- docker.env
6
6
volumes :
@@ -9,7 +9,7 @@ services:
9
9
restart : always
10
10
11
11
redis :
12
- image : redis
12
+ image : docker.io/library/ redis:latest
13
13
# Enable redis data persistence using the "Append Only File" with the
14
14
# default policy of fsync every second. See https://redis.io/topics/persistence
15
15
command : redis-server --appendonly yes
@@ -54,7 +54,7 @@ services:
54
54
- web
55
55
56
56
nginx :
57
- image : nginx:alpine
57
+ image : docker.io/library/ nginx:alpine
58
58
ports :
59
59
- " ${NGINX_PUBLISHED_HTTP_PORT:-80}:80"
60
60
- " ${NGINX_PUBLISHED_HTTPS_PORT:-443}:443"
@@ -67,7 +67,7 @@ services:
67
67
restart : always
68
68
69
69
clamav :
70
- image : clamav/clamav
70
+ image : docker.io/ clamav/clamav:latest
71
71
volumes :
72
72
- clamav_data:/var/lib/clamav
73
73
- workspace:/var/scancodeio/workspace/
You can’t perform that action at this time.
0 commit comments