Files
mail-worker/docker-compose.yml

15 lines
492 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
version: '3.8'
services:
ayristech-worker:
build: .
container_name: ayristech-worker
restart: always
volumes:
# Mail dosyalarını okumak için vmail volume'unu bağlıyoruz
- /var/lib/docker/volumes/mailcowdockerized_vmail-vol-1/_data:/var/lib/docker/volumes/mailcowdockerized_vmail-vol-1/_data:ro
# Docker içinde docker komutu çalıştırabilmek için socket'i bağlıyoruz
- /var/run/docker.sock:/var/run/docker.sock
env_file:
- .env