Update standalone.yml
[discourse_docker.git] / samples / web_only.yml
index f55c465d58c6dd69c8fe71c13db750b503d16ddf..317370b5f2a1a10fcad6576d67094fa86e49dae5 100644 (file)
@@ -10,6 +10,9 @@ expose:
   - "80:80"
   - "2222:22"
 
+# any extra arguments for Docker?
+# docker_args:
+
 params:
   ## Which Git revision should this container use? (default: tests-passed)
   #version: tests-passed
@@ -22,7 +25,7 @@ env:
 
   ## TODO: configure connectivity to the databases
   DISCOURSE_DB_SOCKET: ''
-  #DISCOURSE_DB_USER: discourse
+  #DISCOURSE_DB_USERNAME: discourse
   DISCOURSE_DB_PASSWORD: SOME_SECRET
   DISCOURSE_DB_HOST: DB_IP_ADDRESS
   DISCOURSE_REDIS_HOST: REDIS_IP_ADDRESS
@@ -72,7 +75,6 @@ run:
   - exec: echo "Beginning of custom commands"
 
   ## If you want to configure password login for root, uncomment and change:
-  #- exec: apt-get -y install whois # for mkpasswd
   ## Use only one of the following lines:
   #- exec: /usr/sbin/usermod -p 'PASSWORD_HASH' root
   #- exec: /usr/sbin/usermod -p "$(mkpasswd -m sha-256 'RAW_PASSWORD')" root