Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
flowengine-docker
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template
flowengine-docker
Commits
b4dec34b
Commit
b4dec34b
authored
Oct 03, 2023
by
marwan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docker-compose.yaml
parent
5a8b0045
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
docker-compose.yaml
+12
-6
No files found.
docker-compose.yaml
View file @
b4dec34b
...
...
@@ -2,8 +2,9 @@ services:
flowengine
:
image
:
dock.nexpie.com/stack/flowengine:1.3.5-2-f633d8d2
volumes
:
-
/usr/local/flowengine/flowengine-${SH_PROJECTPODID}/flow-data:/usr/local/flowengine
-
/usr/local/flowengine/flowengine-${SH_PROJECTPODID}/store-data:/usr/local/store-data
-
flowengine-${SH_PROJECTPODID}/flow-data:/usr/local/flowengine
-
flowengine-${SH_PROJECTPODID}/store-data:/usr/local/store-data
-
Gluster/
environment
:
PROJECT_ID
:
"
${SH_PROJECT_ID}"
OAUTH_LOGIN
:
"
TRUE"
...
...
@@ -24,7 +25,12 @@ services:
reservations
:
cpus
:
'
0.1'
memory
:
'
128M'
networks
:
default
:
name
:
swarm-flowengine-net
external
:
true
# networks:
# default:
# name: swarm-flowengine-net
# external: true
Volumes
:
flowengine-${SH_PROJECTPODID}
:
Driver
:
glusterfs
Driver_opts
:
Endpoint
:
"
server:/path/to/gluster/volume"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment