This commit is contained in:
parent
94f1478650
commit
bee83aeb29
@ -23,6 +23,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- drone
|
- drone
|
||||||
- sentry
|
- sentry
|
||||||
|
- gitea
|
||||||
|
- youtrack
|
||||||
|
|
||||||
drone-db:
|
drone-db:
|
||||||
image: postgres:10
|
image: postgres:10
|
||||||
@ -219,6 +221,8 @@ services:
|
|||||||
youtrack:
|
youtrack:
|
||||||
image: jetbrains/youtrack:2019.3.65503
|
image: jetbrains/youtrack:2019.3.65503
|
||||||
restart: always
|
restart: always
|
||||||
|
depends_on:
|
||||||
|
- smtp
|
||||||
networks:
|
networks:
|
||||||
- youtrack
|
- youtrack
|
||||||
ports:
|
ports:
|
||||||
|
Reference in New Issue
Block a user