You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
329 B
YAML
17 lines
329 B
YAML
# This file is used to test the mailu/setup utility
|
|
# Deployment files can be found on github.com/mailu/infra
|
|
|
|
version: '3.6'
|
|
|
|
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
|