在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):ethibox/awesome-stacks开源软件地址(OpenSource Url):https://github.com/ethibox/awesome-stacks开源编程语言(OpenSource Language):开源软件介绍(OpenSource Introduction):Awesome StacksDeploy 90+ open-source web apps with one Docker command. Features
Get started# 1. Deploy traefik
docker swarm init
docker network create --driver=overlay traefik-net
docker stack deploy -c stacks/traefik.yml traefik
# 2. Check your HTTP and HTTPS ports
curl https://ipv4.am.i.mullvad.net/port/80
curl https://ipv4.am.i.mullvad.net/port/443
# 3. Deploy a stack
DOMAIN=<mydomain.com> docker stack deploy -c <stack.yml> <name>
# Example
DOMAIN=ghost.example.com docker stack deploy -c stacks/ghost.yml ghost LicenseThis project is licensed under the GNU GPL v3.0 - see the LICENSE.txt file for details Free Software, Hell Yeah! |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论