Skip to content
Snippets Groups Projects
Commit f1c008bf authored by Quoc Huy Nguyen Dinh's avatar Quoc Huy Nguyen Dinh
Browse files

Add env variables to docker-compose

parent 6633d964
No related branches found
No related tags found
1 merge request!6uploadCsHandler to detect duplicates
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment