Browse Source

add swarm instructions

Josh Bicking 4 năm trước cách đây
mục cha
commit
f59847217e
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      docker-compose.yml

+ 4 - 0
docker-compose.yml

@@ -1,5 +1,9 @@
 version: '3'
 
+# Environment variables are replaced with definitions in .env, when run with:
+#
+#  env $(cat .env | grep ^[A-Z] | xargs) docker stack deploy --compose-file docker-compose.yml server
+
 networks:
   default:
     driver: overlay