Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
imagehoster
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Show more breadcrumbs
hive
imagehoster
Commits
f1c008bf
Commit
f1c008bf
authored
3 years ago
by
Quoc Huy Nguyen Dinh
Browse files
Options
Downloads
Patches
Plain Diff
Add env variables to docker-compose
parent
6633d964
No related branches found
No related tags found
1 merge request
!6
uploadCsHandler to detect duplicates
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yml
+10
-0
10 additions, 0 deletions
docker-compose.yml
with
10 additions
and
0 deletions
docker-compose.yml
+
10
−
0
View file @
f1c008bf
...
...
@@ -4,6 +4,16 @@ services:
build
:
context
:
.
container_name
:
imagehoster
environment
:
UPLOAD_PROXY_FS_PATH
:
/tmp
UPLOAD_STORAGE_FS_PATH
:
/tmp
UPLOAD_STORAGE_TYPE
:
fs
PROXY_STORAGE_TYPE
:
fs
UPLOAD_S3_BUCKET
:
PROXY_S3_BUCKET
:
PORT
:
3234
SERVICE_URL
:
http://localhost:3234
RPC_NODE
:
https://api.hive.blog
ports
:
-
8800:8800
-
3234:3234
...
...
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