File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ services:
54
54
- memcached2
55
55
postgres-db :
56
56
<< : *postgres-base
57
- image : postgres:${POSTGRES_VERSION}
57
+ image : postgres:${POSTGRES_VERSION}-alpine
58
58
59
59
postgres-gis :
60
60
<< : *base
@@ -83,7 +83,7 @@ services:
83
83
- memcached
84
84
- memcached2
85
85
mysql-db : &mysql_base
86
- image : mysql:${MYSQL_VERSION}
86
+ image : mysql:${MYSQL_VERSION}-alpine
87
87
entrypoint : ['/entrypoint.sh', '--default-authentication-plugin=mysql_native_password']
88
88
tmpfs :
89
89
- /var/lib/mysql
@@ -115,7 +115,7 @@ services:
115
115
- memcached
116
116
- memcached2
117
117
mariadb-db :
118
- image : mariadb:${MARIADB_VERSION}
118
+ image : mariadb:${MARIADB_VERSION}-alpine
119
119
tmpfs :
120
120
- /var/lib/mysql
121
121
environment :
@@ -143,7 +143,7 @@ services:
143
143
- WEB_CONSOLE=false
144
144
145
145
memcached : &memcached
146
- image : memcached
146
+ image : memcached-alpine
147
147
148
148
memcached2 :
149
149
<< : *memcached
You can’t perform that action at this time.
0 commit comments