meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
installation_docker [2024/08/29 20:13] – external edit 127.0.0.1installation_docker [2025/01/18 12:29] (current) – [Docker Compose Example] update wrongecho
Line 4: Line 4:
 **GitHub Link** - [[https://github.com/itflow-org/itflow-docker]] **GitHub Link** - [[https://github.com/itflow-org/itflow-docker]]
  
-//Note: The Docker file was created by a community member, and is not maintained by the ITFlow core team. We don'"officiallysupport Docker.//+**Important:** 
 +  * The Docker file/image is primarily maintained by the ITFlow community. We don't officially support Docker. 
 +  * We are looking for contributors to help maintain the Docker edition - see [[https://forum.itflow.org/d/1364-anyone-want-to-help-work-on-the-docker-version|here]].
  
 ===== Docker Compose Example ===== ===== Docker Compose Example =====
  
 <code> <code>
-version: "3.9" 
 ########################### NETWORKS ########################### NETWORKS
- 
 networks: networks:
   wan:   wan:
     name: wan     name: wan
     driver: bridge     driver: bridge
-      +
   itflow-db:   itflow-db:
     name: itflow-db     name: itflow-db
Line 29: Line 29:
 services: services:
   itflow:   itflow:
 +    platform: linux/amd64
     hostname: itflow     hostname: itflow
     container_name: itflow     container_name: itflow
-    # Comment out build for docker.io image +    # Comment out image for DockerHub image, use build for local DockerFile if you prefer to build from base 
-    image: lued/itflow +    image: itfloworg/itflow 
-    # build: .+    #build:  
 +      #context: . 
 +      #dockerfile: Dockerfile
     restart: unless-stopped     restart: unless-stopped
     depends_on:      depends_on: