mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
updated wallabag and added redis
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
version: '3.4'
|
||||
|
||||
services:
|
||||
wallabag:
|
||||
extends:
|
||||
file: ${COOKBOOK}/wallabag/docker-compose.yml
|
||||
service: wallabag
|
||||
|
||||
wallabag-mariadb:
|
||||
extends:
|
||||
file: ${COOKBOOK}/mariadb/docker-compose.yml
|
||||
service: mariadb
|
||||
|
||||
wallbag-redis:
|
||||
extends:
|
||||
file: ${COOKBOOK}/redis/docker-compose.yml
|
||||
service: redis
|
||||
Reference in New Issue
Block a user