Add Rancher metadata to swarm templates

This commit is contained in:
LLParse
2016-03-24 09:37:35 -07:00
parent 4ba17efe58
commit f02a2cf1e9
9 changed files with 43 additions and 15 deletions
@@ -3,9 +3,8 @@ wordpress:
links:
- db:mysql
ports:
- 80:80
- ${client_port}:80
db:
image: mariadb
environment:
MYSQL_ROOT_PASSWORD: example
MYSQL_ROOT_PASSWORD: ${db_password}