ADD front as Server

This commit is contained in:
sebastian.serfling
2024-08-29 12:47:29 +02:00
parent cafee6032c
commit 5b236148c2
7 changed files with 140 additions and 16 deletions
+15
View File
@@ -150,6 +150,21 @@ services:
depends_on:
- front
imapsync:
build:
dockerfile: imapsync-dockerfile
container_name: imapsync
restart: always
logging:
driver: journald
options:
tag: imapsync
networks:
- default
depends_on:
- front
networks:
default:
driver: bridge