vps/projects/fireshare/compose.yaml.mako

13 lines
511 B
Mako

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