vps/projects/fireshare/compose.yaml.mako

14 lines
511 B
Text
Raw Normal View History

2024-10-15 13:30:09 +02:00
services:
fireshare:
container_name: fireshare
image: docker.io/shaneisrael/fireshare:latest
network_mode: pasta:-a,${env['pasta']['fireshare']['ipv4']},-a,${env['pasta']['fireshare']['ipv6']}
restart: always
env_file: .env.rendered
ports:
- 127.0.0.1:${env['ports']['fireshare']}:80
volumes:
- ${env['volumes']['fireshare']['datadir']}:/data
- ${env['volumes']['fireshare']['processeddir']}:/processed
- ${env['volumes']['fireshare']['videosdir']}:/videos