Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
oser-backend
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hamza Touizrat
oser-backend
Merge requests
!60
add docker compose for backend
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
add docker compose for backend
add_docker
into
master
Overview
0
Commits
2
Pipelines
0
Changes
9
Merged
Hamza Touizrat
requested to merge
add_docker
into
master
2 years ago
Overview
0
Commits
2
Pipelines
0
Changes
9
0
0
Merge request reports
Compare
master
version 1
eda5561c
2 years ago
master (base)
and
latest version
latest version
cf0127ba
2 commits,
2 years ago
version 1
eda5561c
1 commit,
2 years ago
9 files
+
147
−
53
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
oser_backend/settings/dev.py
+
1
−
1
View file @ cf0127ba
Edit in single-file editor
Open in Web IDE
Show full file
@@ -5,7 +5,7 @@ from .common import *
from
.common
import
BASE_DIR
DEBUG
=
True
ALLOWED_HOSTS
=
[
'
localhost
'
,
'
127.0.0.1
'
]
ALLOWED_HOSTS
=
[
'
localhost
'
,
'
127.0.0.1
'
,
'
oser-backend
'
]
# Static files (CSS, JavaScript, Images) and media files (user-uploaded)
Loading