Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
Y
YNYS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Saliou
YNYS
Commits
188f2dc4
Commit
188f2dc4
authored
Mar 23, 2022
by
Saliou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove docker-compose version check
parent
a5608e6f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
.gitlab-ci.yml
app/.gitlab-ci.yml
+2
-1
values.yaml
app/charts/api/values.yaml
+1
-1
docker-compose.yaml
app/docker-compose.yaml
+1
-0
No files found.
app/.gitlab-ci.yml
View file @
188f2dc4
before_script
:
-
docker version
-
docker-compose version
build
:
stage
:
build
...
...
@@ -9,3 +8,5 @@ build:
script
:
-
docker build -t baamtu/demo_article_api:master .
-
docker push baamtu/demo_article_api:master
app/charts/api/values.yaml
View file @
188f2dc4
...
...
@@ -5,7 +5,7 @@
replicaCount
:
1
image
:
repository
:
nginx
repository
:
baamtu/demo_article_api:master
pullPolicy
:
IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag
:
"
"
...
...
app/docker-compose.yaml
View file @
188f2dc4
...
...
@@ -35,6 +35,7 @@ services:
api
:
build
:
.
# image: baamtu/demo_article_api:master
restart
:
always
networks
:
-
internal
...
...
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