Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
texta-docs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
texta
texta-docs
Commits
45775ef5
Commit
45775ef5
authored
Feb 27, 2020
by
Raul Sirel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docker-compose.yaml
parent
c9230748
Pipeline
#1874
passed with stage
in 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
source/files/docker-compose.yaml
source/files/docker-compose.yaml
+8
-0
No files found.
source/files/docker-compose.yaml
View file @
45775ef5
...
...
@@ -17,6 +17,13 @@ services:
volumes
:
-
elastic-data:/usr/share/elasticsearch/data
texta-redis
:
container_name
:
texta-redis
image
:
redis
restart
:
on-failure
ports
:
-
6379:6379
texta-postgres
:
container_name
:
texta-postgres
image
:
postgres:11
...
...
@@ -42,6 +49,7 @@ services:
depends_on
:
-
texta-postgres
-
texta-elasticsearch
-
texta-redis
texta-front
:
container_name
:
texta-front
...
...
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