]> git.parisson.com Git - teleforma.git/commitdiff
add dev port
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 23 Jun 2021 12:17:07 +0000 (14:17 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 23 Jun 2021 12:17:07 +0000 (14:17 +0200)
env/dev.yml

index 4882da6ed8b17d07cdc578e809bbf6429ff403fc..ae2653fc58b5724eaa8ecfc9e61738fea09c8575 100644 (file)
@@ -25,4 +25,6 @@ services:
       command: /bin/sh bin/app.sh --runserver
       env_file:
         - 'env/dev.env'
+      ports:
+        - "9000:8000"