Note that Docker deployments are not officially supported or mature.

This commit is contained in:
Ben Sturmfels 2021-03-06 15:38:14 +11:00
parent 254a2f18c5
commit 0c98ad25a5
3 changed files with 19 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# A Dockerfile for MediaGoblin hacking.
#
# IMPORTANT: This Dockerfile is not an officially supported approach to
# deploying MediaGoblin. It is experimental and intended for helping developers
# run the test suite. To deploy MediaGoblin, see:
#
# https://mediagoblin.readthedocs.io/en/master/siteadmin/deploying.html
#
# Most development Docker images are built and run as root. That doesn't work
# here because the `bower` command run within the `make` step, refuses to run as
# root.

View File

@ -1,6 +1,12 @@
# A Dockerfile for MediaGoblin hacking.
#
# See Dockerfile-debian-python3-sqlite for documentation.
# IMPORTANT: This Dockerfile is not an officially supported approach to
# deploying MediaGoblin. It is experimental and intended for helping developers
# run the test suite. To deploy MediaGoblin, see:
#
# https://mediagoblin.readthedocs.io/en/master/siteadmin/deploying.html
#
# See Dockerfile-debian-python3-sqlite for details.
FROM fedora:31

View File

@ -1,5 +1,11 @@
# A docker-compose recipe for MediaGoblin hacking.
#
# IMPORTANT: This docker-compose recipe is not an officially supported approach
# to deploying MediaGoblin. It is experimental and intended for helping
# developers run the test suite. To deploy MediaGoblin, see:
#
# https://mediagoblin.readthedocs.io/en/master/siteadmin/deploying.html
#
# Tested on Trisquel 8 and Guix System. Currently runs Python 3 and works for
# images, audio and video.
#