Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
ValUnifer
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IPIPAN
ValUnifer
Commits
2c80e904
Commit
2c80e904
authored
2 years ago
by
Piotr Bieńkowski
Browse files
Options
Downloads
Patches
Plain Diff
Simplify the build process
parent
163a2c42
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker-compose.yml
+7
-0
7 additions, 0 deletions
docker-compose.yml
docker/scripts/run-docker
+1
-3
1 addition, 3 deletions
docker/scripts/run-docker
with
8 additions
and
3 deletions
docker-compose.yml
+
7
−
0
View file @
2c80e904
...
...
@@ -19,8 +19,12 @@ services:
-
./.datastore/postgresql:/var/lib/postgresql/data
backend
:
platform
:
linux/amd64
container_name
:
shellvalier-backend
image
:
shellvalier-developer:latest
build
:
context
:
.
dockerfile
:
Dockerfile
depends_on
:
-
postgresql
networks
:
...
...
@@ -34,6 +38,9 @@ services:
frontend
:
container_name
:
shellvalier-frontend
image
:
shellvalier-frontend-developer:latest
build
:
context
:
.
dockerfile
:
Dockerfile-frontend
networks
:
-
app-tier
volumes
:
...
...
This diff is collapsed.
Click to expand it.
docker/scripts/run-docker
+
1
−
3
View file @
2c80e904
#!/usr/bin/env bash
set
-e
docker build
-t
shellvalier-developer
-f
Dockerfile
.
docker build
-t
shellvalier-frontend-developer
-f
Dockerfile-frontend
.
docker-compose up
docker-compose up
--build
This diff is collapsed.
Click to expand it.
Preview
0%
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