mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-22 22:23:03 +01:00
Apply suggestion from @nilsding
Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
This commit is contained in:
parent
f155d7eb6b
commit
e403bf5433
1 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,11 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
|
|
||||||
# NOTE: We don't use Docker in production at Retrospring, so this setup is
|
# NOTE: We don't use docker-compose in production ourselves at Retrospring.
|
||||||
# provided as-is and might be broken or could be improved.
|
# This setup is provided as-is and might be broken or could be improved.
|
||||||
#
|
#
|
||||||
# If you have experience in production docker setups, feel free to
|
# If you use have experience with using docker-compose in production (or
|
||||||
# send in some patches!
|
# are adventurous enough to run Retrospring this way yourself), feel free
|
||||||
|
# to send in some patches.
|
||||||
|
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
|
|
Loading…
Reference in a new issue