meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
installation_docker [2023/09/09 15:01] – wrongecho | installation_docker [2025/01/18 12:29] (current) – [Docker Compose Example] update wrongecho | ||
---|---|---|---|
Line 4: | Line 4: | ||
**GitHub Link** - [[https:// | **GitHub Link** - [[https:// | ||
- | //Note: The Docker file was created by a community member, and is not maintained by the ITFlow | + | **Important:** |
+ | * The Docker file/ | ||
+ | * We are looking for contributors to help maintain the Docker edition - see [[https://forum.itflow.org/ | ||
===== Docker Compose Example ===== | ===== Docker Compose Example ===== | ||
< | < | ||
- | version: " | ||
########################### | ########################### | ||
- | |||
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: | container_name: | ||
- | # Comment out build for docker.io | + | # Comment out image for DockerHub |
- | image: | + | image: |
- | # build: . | + | #build: |
+ | #context: . | ||
+ | # | ||
restart: unless-stopped | restart: unless-stopped | ||
depends_on: | depends_on: |