Skip to content

Commit 27e203f

Browse files
committed
Update docker-compose.yml
1 parent 956fe79 commit 27e203f

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

docker-compose.yml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -160,30 +160,7 @@ services:
160160
TZ: '${LOCAL_TIMEZONE}'
161161
labels:
162162
- "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"
187164

188165
backup:
189166
image: 'futurice/docker-volume-backup'
@@ -219,8 +196,6 @@ volumes:
219196
o: bind
220197
db:
221198
name: ${DATABASE_CONT_NAME}-data
222-
dtredis:
223-
name: redis-data
224199
certbot-etc:
225200
external:
226201
name: certbot-etc

0 commit comments

Comments
 (0)