Wallos
Wallos: Open-Source Personal Subscription Tracker.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.0'
services:
wallos:
container_name: wallos
image: bellamy/wallos:latest
ports:
- "8282:80/tcp"
environment:
TZ: 'America/Toronto'
# Volumes store your data between container upgrades
volumes:
- './db:/var/www/html/db'
- './logos:/var/www/html/images/uploads/logos'
restart: unless-stoppedResources
GitHub: https://github.com/ellite/Wallos
Docker Hub: https://hub.docker.com/r/bellamy/wallos
Configuration: https://github.com/ellite/Wallos#docker-1