##// END OF EJS Templates
services: bumped redis, and added own httpbin for testing
super-admin -
Show More
@@ -192,7 +192,7 b' services:'
192 redis:
192 redis:
193 networks:
193 networks:
194 - rhodecode_network
194 - rhodecode_network
195 image: library/redis:7.0.11
195 image: library/redis:7.0.12
196
196
197 restart: always
197 restart: always
198 env_file:
198 env_file:
@@ -290,10 +290,19 b' services:'
290 # save the mysql_data volume
290 # save the mysql_data volume
291 - $PWD/mysql_dir:/var/lib/mysql
291 - $PWD/mysql_dir:/var/lib/mysql
292
292
293
294 profiles:
293 profiles:
295 ["mysql"]
294 ["mysql"]
296
295
297 logging:
296 logging:
298 *custom-logging
297 *custom-logging
299
298
299
300 # DEBUG/DEVEL
301 httpbin:
302 networks:
303 - rhodecode_network
304 image: kennethreitz/httpbin:latest
305 profiles:
306 ["httpbin"]
307
308 restart: always No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now