+ inbucket in example

This commit is contained in:
2021-08-11 09:56:20 +03:00
parent c5e6559db2
commit 10231ac87b
2 changed files with 10 additions and 0 deletions

View File

@ -46,6 +46,12 @@ services:
- user_ssh_key
- user_known_hosts
- composer_auth
inbucket:
image: inbucket/inbucket
restart: always
ports:
- "2500:2500"
- "9090:9000"
db:
image: mariadb
restart: always