name: rendiciones services: rendiciones: ports: - 5500:5000 volumes: - /home/shironeko/Documents/dockerVols/rendiciones/db:/app/db - /home/shironeko/Documents/dockerVols/rendiciones/static/cache:/app/static/cache container_name: rendiciones-server image: rendiciones:latest restart: unless-stopped