diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-12-27 18:33:06 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-12-27 18:33:06 +0100 |
commit | ccc9b6abb66ebda0b91b4e21f8ec2fb2e87390f7 (patch) | |
tree | 985f9d136a981ec7cc43984c976c60e9295340d5 /tests/docker-compose.yml | |
parent | 7744625c18aff5990a792bb13a44b60d8c4d4fc5 (diff) | |
download | aerogramme-ccc9b6abb66ebda0b91b4e21f8ec2fb2e87390f7.tar.gz aerogramme-ccc9b6abb66ebda0b91b4e21f8ec2fb2e87390f7.zip |
add a --dev mode
Diffstat (limited to 'tests/docker-compose.yml')
-rw-r--r-- | tests/docker-compose.yml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/docker-compose.yml b/tests/docker-compose.yml deleted file mode 100644 index 6a112bb..0000000 --- a/tests/docker-compose.yml +++ /dev/null @@ -1,22 +0,0 @@ -version: '3.4' -services: - dovecot: - image: dovecot/dovecot:2.3.19.1 - ports: - - "993:993/tcp" - - maddy: - build: - context: ./docker/maddy/ - image: maddy - ports: - - "994:993/tcp" - - cyrus: - build: - context: ./docker/cyrus/ - image: cyrus - volumes: - - "/dev/log:/dev/log" - ports: - - "143:143/tcp" |