Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dusansimic/compose-snipe
Snipe-IT with Docker Compose
https://github.com/dusansimic/compose-snipe
Last synced: 6 days ago
JSON representation
Snipe-IT with Docker Compose
- Host: GitHub
- URL: https://github.com/dusansimic/compose-snipe
- Owner: dusansimic
- License: mit
- Created: 2024-01-23T23:11:18.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-22T01:39:41.000Z (9 months ago)
- Last Synced: 2024-02-22T02:34:53.636Z (9 months ago)
- Language: Jinja
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snipe-IT service
Docker Compose sets up the following containers:
* [Snipe-IT](#snipe-it) service container
* [MySQL](#myql) container> [!IMPORTANT]
> This configuration expects that a reverse proxy handles SSL/TLS and rounting
> to the Snipe-IT endpoint.## Prerequisites
These roles require `community.docker>=3.6.0` collection to function correctly.
A requirements file is available in `ansible/requirements.yaml`. To make sure,
the correct collection is installed, run:```sh
ansible-galaxy collection install -r ansible/requirements.yaml
```## Snipe-IT
Currently no options are available.
## MySQL
Currently no options are available.