Deleting the maildev stanza now that we're using a real email server

This commit is contained in:
Keith Stevens
2023-01-09 15:46:45 +09:00
parent 5b70b6c35c
commit c1b3029f8b
-10
View File
@@ -32,16 +32,6 @@
- name: oasst-postgres
- name: oasst-postgres-web
- name: Set up maildev
community.docker.docker_container:
name: oasst-maildev
image: maildev/maildev
state: started
restart_policy: always
network_mode: oasst
ports:
- 1080:1080
- name: Run the oasst oasst-backend
community.docker.docker_container:
name: oasst-backend