Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
opennsa3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michal Hažlinský
opennsa3
Commits
51628112
Commit
51628112
authored
3 years ago
by
csgeek
Browse files
Options
Downloads
Patches
Plain Diff
[TechDebt] Adding automatic docker publishing.
parent
69d04b01
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.drone.yml
+26
-1
26 additions, 1 deletion
.drone.yml
docker-compose.override.yml_placeholder
+1
-1
1 addition, 1 deletion
docker-compose.override.yml_placeholder
docker-compose.yml
+1
-1
1 addition, 1 deletion
docker-compose.yml
with
28 additions
and
3 deletions
.drone.yml
+
26
−
1
View file @
51628112
...
...
@@ -2,7 +2,7 @@ kind: pipeline
name
:
default
steps
:
-
name
:
build
-
name
:
Test
image
:
python:3.9
environment
:
POSTGRES_HOST
:
database
...
...
@@ -26,3 +26,28 @@ trigger:
event
:
-
push
-
pull_request
---
kind
:
pipeline
name
:
docker
steps
:
-
name
:
docker
image
:
plugins/docker
pull
:
if-not-exists
settings
:
repo
:
jghnordunet/opennsa
squash
:
true
auto_tag
:
true
dockerfile
:
docker/Dockerfile
username
:
from_secret
:
DOCKER_USER
password
:
from_secret
:
DOCKER_PASS
trigger
:
branch
:
-
master
event
:
-
tag
-
push
This diff is collapsed.
Click to expand it.
docker-compose.override.yml_placeholder
+
1
−
1
View file @
51628112
...
...
@@ -3,7 +3,7 @@ version: "3.7"
services:
opennsa:
image: opennsa:latest
image:
jghnordunet/
opennsa:latest
command: Any valid command
## Mount entire project to volume avoids constant rebuilds.
## You may need to load the container as:
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
1
−
1
View file @
51628112
...
...
@@ -10,7 +10,7 @@ services:
-
opennsa-pgdata:/var/lib/postgresql/data
env_file
:
.env
opennsa
:
image
:
opennsa:latest
image
:
jghnordunet/
opennsa:latest
build
:
context
:
.
dockerfile
:
docker/Dockerfile
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment