This repository has been archived on 2025-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
Files
archived-docker-compose/wallos/docker-compose.yaml
2025-06-05 13:56:57 +05:30

14 lines
310 B
YAML

version: "3.8"
services:
wallos:
image: "bellamy/wallos:3.1.1"
container_name: "wallos"
environment:
- "TZ=${TZ}"
volumes:
- "${DB_PATH}:/var/www/html/db"
- "${LOGOS_PATH}:/var/www/html/images/uploads/logos"
ports:
- "${PORT}:80/tcp"
restart: "unless-stopped"