mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
16 lines
314 B
YAML
16 lines
314 B
YAML
# This file is used to test the mailu/setup utility
|
|
# Deployment files can be found on github.com/mailu/infra
|
|
|
|
|
|
services:
|
|
redis:
|
|
image: redis:alpine
|
|
|
|
setup:
|
|
image: ${DOCKER_ORG:-mailu}/setup:${MAILU_VERSION:-master}
|
|
env_file: .env
|
|
depends_on:
|
|
- redis
|
|
ports:
|
|
- 127.0.0.1:8001:80
|