mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
Run app
This commit is contained in:
parent
f80d8577a8
commit
74f34a1880
3 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ config :philomena,
|
|||
tag_url_root: System.fetch_env!("TAG_URL_ROOT"),
|
||||
redis_host: System.get_env("REDIS_HOST", "localhost"),
|
||||
proxy_host: System.get_env("PROXY_HOST"),
|
||||
s3_bucket: System.fetch_env!("S3_BUCKET")
|
||||
s3_bucket: System.fetch_env!("S3_BUCKET"),
|
||||
camo_host: System.get_env("CAMO_HOST"),
|
||||
camo_key: System.get_env("CAMO_KEY"),
|
||||
cdn_host: System.fetch_env!("CDN_HOST")
|
||||
|
|
|
@ -79,7 +79,7 @@ services:
|
|||
files:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./docker/app/Dockerfile
|
||||
dockerfile: ./docker/files/Dockerfile
|
||||
volumes:
|
||||
- .:/srv/philomena
|
||||
|
||||
|
|
0
docker/files/run-docker-container.sh
Normal file → Executable file
0
docker/files/run-docker-container.sh
Normal file → Executable file
Loading…
Reference in a new issue