This commit is contained in:
byte[] 2022-02-08 19:17:24 -05:00
parent f80d8577a8
commit 74f34a1880
3 changed files with 2 additions and 2 deletions

View file

@ -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")

View file

@ -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
View file