Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Draft: Resolve "feat: integrate containers into YunoHost"

Open Arthur BOUDREAULT requested to merge 69-feat-integrate-containers-into-yunohost into main
3 files
+ 76
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -17,7 +17,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
# #
#-----------------------------------------------------------------------------#
# The list of Yunohost apps.
ynh_apps: null
# - label: Tiny Tiny RSS
@@ -31,3 +30,27 @@ ynh_apps: null
# type: script
# owner: ttrss # Only provide if different from app name
# group: ttrss # Only provide if different from www-data
# Variables for Docker
enable_ynh_docker: false
geerlingguy_docker_version: 5.2.1
# Variables for Docker Compose
docker_compose_src_template: templates/compose.yml.j2
# docker_compose_dest_template: /tmp/compose.yml
# docker_compose_version: 3.9
# docker_compose_apps:
# - name: app1
# image: "recordsansible/ara-api:latest"
# ports:
# - "8000:8000"
# volumes:
# - "/home/{{ ynh_admin }}/.ara/server:/opt/ara"
# environment:
# - DEBUG=1
# - name: app2
# image: "alpine:latest"
# ports: null
# volumes: null
# environment: null
Loading