Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mobilizon
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
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Mobilizon
Commits
df3f08c5
Commit
df3f08c5
authored
6 years ago
by
Thomas Citharel
Browse files
Options
Downloads
Patches
Plain Diff
Fix Docker front and api ports
Signed-off-by:
Thomas Citharel
<
tcit@tcit.fr
>
parent
e7ed4706
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
config/dev.exs
+1
-1
1 addition, 1 deletion
config/dev.exs
docker-compose.yml
+1
-0
1 addition, 0 deletions
docker-compose.yml
js/.env
+0
-3
0 additions, 3 deletions
js/.env
js/.env.dist
+2
-2
2 additions, 2 deletions
js/.env.dist
with
4 additions
and
6 deletions
config/dev.exs
+
1
−
1
View file @
df3f08c5
...
...
@@ -7,7 +7,7 @@ use Mix.Config
# watchers to your application. For example, we use it
# with brunch.io to recompile .js and .css sources.
config
:eventos
,
EventosWeb
.
Endpoint
,
http:
[
port:
4001
],
http:
[
port:
System
.
get_env
(
"PORT"
)
||
4001
],
debug_errors:
true
,
code_reloader:
true
,
check_origin:
false
,
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
1
−
0
View file @
df3f08c5
...
...
@@ -35,4 +35,5 @@ services:
POSTGRES_USER
:
postgres
POSTGRES_DATABASE
:
eventos_dev
POSTGRES_HOST
:
postgres
PORT
:
4000
entrypoint
:
entrypoint
This diff is collapsed.
Click to expand it.
js/.env
deleted
100644 → 0
+
0
−
3
View file @
e7ed4706
API_HOST=localhost
API_ORIGIN=http://localhost:4001
API_PATH=/api/v1
This diff is collapsed.
Click to expand it.
js/.env.dist
+
2
−
2
View file @
df3f08c5
API_HOST=event
.tcit.fr
API_ORIGIN=https://event
.tcit.fr
API_HOST=event
os.tld
API_ORIGIN=https://event
os.tld
API_PATH=/api/v1
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