Fixed compose
This commit is contained in:
parent
5a5db7d299
commit
9cc3150241
@ -13,12 +13,16 @@ services:
|
|||||||
- RAILS_USE_MEMCACHE=true
|
- RAILS_USE_MEMCACHE=true
|
||||||
- PASSENGER_APP_ENV=production
|
- PASSENGER_APP_ENV=production
|
||||||
- RAILS_ENV=production
|
- RAILS_ENV=production
|
||||||
env_file: /etc/default/parsley
|
- SECRET_KEY_BASE=${SECRET_KEY_BASE)
|
||||||
volumes:
|
- PARSLEY_DB_HOST=${PARSLEY_DB_HOST}
|
||||||
- /var/log/parsley/:/home/app/parsley/log
|
- PARSLEY_DB_USER=${PARSLEY_DB_USER}
|
||||||
|
- PARSLEY_DB_PASSWORD=${PARSLEY_DB_PASSWORD}
|
||||||
|
- PARSLEY_DB_NAME=${PARSLEY_DB_NAME}
|
||||||
|
- PARSLEY_PG_PASSWORD=${PARSLEY_PG_PASSWORD}
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
- traefik
|
- traefik
|
||||||
|
- db
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: "true"
|
traefik.enable: "true"
|
||||||
traefik.http.routers.parsley.rule: "Host(`parsley.elbert.us`)"
|
traefik.http.routers.parsley.rule: "Host(`parsley.elbert.us`)"
|
||||||
@ -29,3 +33,5 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
traefik:
|
traefik:
|
||||||
external: true
|
external: true
|
||||||
|
db:
|
||||||
|
external: true
|
||||||
|
Loading…
Reference in New Issue
Block a user