We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ae8e3 commit 9ffcd71Copy full SHA for 9ffcd71
Makefile
@@ -3,6 +3,9 @@ RUN = docker-compose run app
3
RUN_DB = docker-compose run postgresql
4
RUN_WEB = docker-compose run web
5
6
+include app.local.env
7
+export
8
+
9
install:
10
@make secret
11
@touch app.local.env
app.local.env.example
@@ -1,9 +1,6 @@
1
RAILS_ENV=production
2
# RAILS_LOG_TO_STDOUT=true
-# Nginx
-# NGINX_WORKER_CONNECTIONS=65535
-
# Database
DATABASE_URL=postgres://postgres:@postgresql:5432/homeland
# DATABASE_POOL=64
@@ -12,4 +9,3 @@ REDIS_URL=redis://redis:6379/1
12
# App Config
13
# domain=localhost
14
# [email protected]
15
-# asset_host=
0 commit comments