Skip to content

Commit

Permalink
docker enterprise
Browse files Browse the repository at this point in the history
  • Loading branch information
hotlong committed Sep 26, 2023
1 parent 704b363 commit 3be9490
Show file tree
Hide file tree
Showing 21 changed files with 20 additions and 21 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion deploy/single/README.md → deploy/enterprise/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
华炎魔方 All-in-one
华炎魔方企业版
===

## 安装前准备
Expand Down
18 changes: 18 additions & 0 deletions deploy/enterprise/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: "3.9"

services:

steedos:
build:
context: ./
dockerfile: ./Dockerfile
image: steedos/steedos-enterprise:latest
ports:
- "80:80"
- "3000:3000"
- "9001:9001"
environment:
- ROOT_URL=http://127.0.0.1:3000
volumes:
- "./stacks:/steedos-stacks"

File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "steedos-community",
"name": "steedos-enterprise",
"private": true,
"scripts": {
"start": "steedos start"
Expand Down
File renamed without changes.
19 changes: 0 additions & 19 deletions deploy/single/docker-compose.yml

This file was deleted.

0 comments on commit 3be9490

Please sign in to comment.