Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
2020
PPL-C
DTB-Layanan Fasilitas Publik Penyandang Disabilitas
PoiPoLeGan-PPLapanganTembak-DTB Layanan Fasilitas Publik Penyandang Disabilitas-BE
Commits
6857a4bc
Commit
6857a4bc
authored
Jun 01, 2020
by
Bayukanta Iqbal Gunawan
Browse files
tes docker pls
parent
17cf2497
Pipeline
#48681
passed with stage
in 3 minutes and 19 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
6857a4bc
...
...
@@ -7,4 +7,4 @@ ADD . /opt/pplbackend
RUN
chmod
+x /opt/pplbackend/docker_start.sh
EXPOSE
80
EXPOSE
80
00
docker-compose.yml
View file @
6857a4bc
...
...
@@ -12,7 +12,7 @@ services:
-
DB_HOST=bisago_db
-
DB_PORT=5432
ports
:
-
"
80
:8
0"
-
"
80
00:800
0"
depends_on
:
-
bisago_db
bisago_db
:
...
...
docker_start.sh
View file @
6857a4bc
...
...
@@ -2,4 +2,4 @@
python3 manage.py makemigrations rest_framework_jwt
python3 manage.py migrate
gunicorn pplbackend.wsgi
--bind
0.0.0.0:80
\ No newline at end of file
gunicorn pplbackend.wsgi
--bind
0.0.0.0:8000
\ No newline at end of file
Write
Preview
Supports
Markdown
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