Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
OSSD
Open Sauce
Commits
bde8dac3
Commit
bde8dac3
authored
Oct 19, 2020
by
Muhammad Indra Ramadhan
Browse files
Remove Gitlab CI and set base_url on docker compose file
parent
6ef16f15
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
deleted
100644 → 0
View file @
6ef16f15
stages
:
-
build
build
:
stage
:
build
image
:
docker:latest
# only:
# - master
services
:
-
docker:dind
before_script
:
-
echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" --password-stdin
script
:
-
docker build -t $CI_REGISTRY_IMAGE:staging .
-
docker push $CI_REGISTRY_IMAGE:staging
docker-compose.yml
View file @
bde8dac3
...
...
@@ -12,7 +12,7 @@ services:
-
SERVER=postgres
-
USERNAME=adminer
-
PASSWORD=p4ssw0rd
-
BASE_URL=http://
localhost:3000
/adminer
-
BASE_URL=http
s
://
opensauce.cs.ui.ac.id
/adminer
postgres
:
image
:
postgres
restart
:
always
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment