File tree 1 file changed +1
-26
lines changed
1 file changed +1
-26
lines changed Original file line number Diff line number Diff line change @@ -160,30 +160,7 @@ services:
160
160
TZ : ' ${LOCAL_TIMEZONE}'
161
161
labels :
162
162
- " docker-volume-backup.stop-during-backup=true"
163
- command : " --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --default-authentication-plugin=mysql_native_password"
164
-
165
- redis :
166
- image : ' redis:latest'
167
- container_name : redis
168
- networks :
169
- - backend
170
- volumes :
171
- - ' dtredis:/data'
172
- - type : bind
173
- source : ./redis
174
- target : ' ${REDIS_CONF_PREFIX}/redis'
175
- hostname : redis
176
- sysctls :
177
- - net.core.somaxconn=512
178
- restart : unless-stopped
179
- ports :
180
- - ' 6379:6379'
181
- environment :
182
- ALLOW_EMPTY_PASSWORD : ' yes'
183
- TZ : ' ${LOCAL_TIMEZONE}'
184
- labels :
185
- - " docker-volume-backup.stop-during-backup=true"
186
- command : " redis-server ${REDIS_CONF_PREFIX}/redis/redis.conf"
163
+ command : " --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --default-authentication-plugin=mysql_native_password"
187
164
188
165
backup :
189
166
image : ' futurice/docker-volume-backup'
@@ -219,8 +196,6 @@ volumes:
219
196
o : bind
220
197
db :
221
198
name : ${DATABASE_CONT_NAME}-data
222
- dtredis :
223
- name : redis-data
224
199
certbot-etc :
225
200
external :
226
201
name : certbot-etc
You can’t perform that action at this time.
0 commit comments