app-store/apps/glance/docker-compose.json
Stavros a7006ca29e
Feat/glanceapp (#3501)
* feat: glance app

* refactor(glance): make sure data directory exists

* refactor(glance): create an empty config file so docker doesnt make a directory

* refactor(glance): add a preconfigured page

* refactor(glance): add the tipi main network to the compose file
2024-05-17 22:44:44 +03:00

14 lines
251 B
JSON

{
"openPort": true,
"image": "glanceapp/glance:v0.4.0",
"name": "glance",
"internalPort": "8080",
"isMain": true,
"volumes": [
{
"hostPath": "${APP_DATA_DIR}/data/glance.yml",
"containerPath": "/app/glance.yml"
}
]
}