Add decentralized services
This commit is contained in:
parent
d2422d5036
commit
c7d0adf780
19 changed files with 346 additions and 19 deletions
|
|
@ -19,6 +19,8 @@ services:
|
|||
restart: always
|
||||
environment:
|
||||
- SHARED_SECRET=${SHARED_SECRET:-secret}
|
||||
- DOKU_WIKI_USER=${DOKU_WIKI_USER}
|
||||
- DOKU_WIKI_PASSWORD=${DOKU_WIKI_PASSWORD}
|
||||
depends_on:
|
||||
- database
|
||||
database:
|
||||
|
|
@ -34,4 +36,4 @@ networks:
|
|||
ipam:
|
||||
driver: default
|
||||
config:
|
||||
- subnet: 172.16.238.0/24
|
||||
- subnet: 172.16.238.0/24
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue