infrastructure/infrastructure/services/yacht/docker-compose.yacht.yml
Bensuperpc 3b4c3cb54c Improve docker-compose
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2025-01-19 21:08:53 +01:00

24 lines
441 B
YAML

services:
# yacht
yacht:
image: selfhostedpro/yacht:latest
container_name: yacht
profiles:
- yacht
restart: on-failure:5
depends_on:
- caddy
env_file:
- ./env/yacht.env
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- yacht_config:/config
networks:
- infra-network
security_opt:
- no-new-privileges:true
volumes:
yacht_config:
name: yacht_config