+ network alias
This commit is contained in:
parent
a1eb4358fc
commit
fc107e0c29
1 changed files with 6 additions and 2 deletions
|
|
@ -34,8 +34,12 @@ services:
|
|||
- ./media:/media
|
||||
- ./custom-templates:/templates
|
||||
networks:
|
||||
- coolify
|
||||
- array
|
||||
coolify:
|
||||
aliases:
|
||||
- auth.core
|
||||
array:
|
||||
aliases:
|
||||
- auth.core
|
||||
authentik_worker:
|
||||
command: worker
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Reference in a new issue