add a note on security
parent
8b2e0595f2
commit
db3c543e7e
|
|
@ -1,5 +1,10 @@
|
|||
version: '2'
|
||||
|
||||
# NOTE: There are secrets in plain text in this file!
|
||||
# In a real production environment, this info would be
|
||||
# managed by the orchestration tooling,
|
||||
# eg. docker swarm, kubernetes, etc.
|
||||
|
||||
services:
|
||||
rails:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in New Issue