mirror of
https://github.com/nextcloud/docker.git
synced 2025-05-23 15:44:21 +02:00
Updated examples
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
This commit is contained in:
parent
86ab9d769c
commit
2bfd475b13
17 changed files with 96 additions and 35 deletions
|
@ -1,4 +1,6 @@
|
|||
services:
|
||||
# Note: PostgreSQL is an external service. You can find more information about the configuration here:
|
||||
# https://github.com/docker-library/docs/blob/master/postgres/README.md
|
||||
db:
|
||||
image: postgres:alpine
|
||||
restart: always
|
||||
|
@ -7,6 +9,8 @@ services:
|
|||
env_file:
|
||||
- db.env
|
||||
|
||||
# Note: Redis is an external service. You can find more information about the configuration here:
|
||||
# https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/docker/#configuration
|
||||
redis:
|
||||
image: redis:alpine
|
||||
restart: always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue