Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dockerfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Picasoft
Technique
Dockerfiles
Commits
cc8e0468
Verified
Commit
cc8e0468
authored
5 years ago
by
Quentin Duchemin
Browse files
Options
Downloads
Patches
Plain Diff
Remove localhost from URLs [skip ci]
parent
0ec978af
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pica-oh-my-form/Dockerfile
+4
-2
4 additions, 2 deletions
pica-oh-my-form/Dockerfile
with
4 additions
and
2 deletions
pica-oh-my-form/Dockerfile
+
4
−
2
View file @
cc8e0468
...
...
@@ -25,7 +25,7 @@ ENV ADMIN_EMAIL=picasoft@assos.utc.fr \
ADMIN_USERNAME=admin \
APP_DESC="Une alternative libre et décentralisée à Google Forms" \
APP_NAME=Picaform \
BASE_URL=
localhos
t \
BASE_URL=
https://form.picasoft.ne
t \
CREATE_ADMIN=TRUE \
# Allows not to use Redis
ENABLE_CLUSTER_MODE=FALSE \
...
...
@@ -40,7 +40,9 @@ ENV ADMIN_EMAIL=picasoft@assos.utc.fr \
PORT=5000 \
ROOT=/opt/app \
SIGNUP_DISABLED=FALSE \
SOCKET_URL=localhost:5000 \
# Since this commit it seems that we can have the same URL than the main app
# https://github.com/ohmyform/ohmyform/commit/77cabf15e5099a8434103b49547fba366ad4bcde
SOCKET_URL=https://form.picasoft.net \
SOCKET_PORT=5000 \
SUBDOMAINS_DISABLED=TRUE \
TLS_FLAVOR=notls
...
...
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