added to coolify network
This commit is contained in:
parent
9f60ddd2d1
commit
edc2e42515
1 changed files with 18 additions and 7 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgresql:
|
postgresql:
|
||||||
container_name: authentik_postgresql
|
container_name: authentik_postgresql
|
||||||
|
|
@ -17,6 +18,8 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- database:/var/lib/postgresql/data
|
- database:/var/lib/postgresql/data
|
||||||
|
networks:
|
||||||
|
- coolify
|
||||||
server:
|
server:
|
||||||
container_name: authentik_server
|
container_name: authentik_server
|
||||||
command: server
|
command: server
|
||||||
|
|
@ -34,6 +37,8 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./media:/media
|
- ./media:/media
|
||||||
- ./custom-templates:/templates
|
- ./custom-templates:/templates
|
||||||
|
networks:
|
||||||
|
- coolify
|
||||||
worker:
|
worker:
|
||||||
command: worker
|
command: worker
|
||||||
container_name: authentik_worker
|
container_name: authentik_worker
|
||||||
|
|
@ -54,6 +59,12 @@ services:
|
||||||
- ./media:/media
|
- ./media:/media
|
||||||
- ./certs:/certs
|
- ./certs:/certs
|
||||||
- ./custom-templates:/templates
|
- ./custom-templates:/templates
|
||||||
|
networks:
|
||||||
|
- coolify
|
||||||
volumes:
|
volumes:
|
||||||
database:
|
database:
|
||||||
driver: local
|
driver: local
|
||||||
|
|
||||||
|
networks:
|
||||||
|
coolify:
|
||||||
|
external: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue