change directory structure
This commit is contained in:
parent
b89713643d
commit
9eb52229f1
83 changed files with 0 additions and 0 deletions
11
ansible/roles/inbucket/files/docker-compose.yml
Normal file
11
ansible/roles/inbucket/files/docker-compose.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
version: "3.7"
|
||||
|
||||
services:
|
||||
kms-server:
|
||||
image: inbucket/inbucket
|
||||
container_name: inbucket
|
||||
ports:
|
||||
- 2500:2500
|
||||
- 9000:9000
|
||||
restart: always
|
||||
|
Reference in a new issue