docs: Add chapter on upgrading, inc. system Python upgrades [#972].
[mediagoblin.git] / docker-compose.yml
index 580ba0246951ebe04968276a895e2cdf6a85e51b..e31ac9f8eeafa3e828de5afb6cb15cba7a0c12bd 100644 (file)
@@ -1,8 +1,7 @@
 # A docker-compose recipe for MediaGoblin hacking.
 #
 # Tested on Trisquel 8 and Guix System. Currently runs Python 3 and works for
-# photos and video. Audio raises an exception "NameError: name 'audiolab' is not
-# defined".
+# images, audio and video.
 #
 # To run the system:
 #
@@ -24,7 +23,7 @@ services:
       # TODO: It's possible to `docker build -` to not provide any build context
       # at all. Is this possible in docker-compose?
       context: .
-      dockerfile: Dockerfile-python3
+      dockerfile: Dockerfile-debian-python3-sqlite
     volumes:
       # Permissions need to be aligned between host and container for this to work. See
       # Dockerfile for details.