Skip to content

Commit

Permalink
fix:修改compose默认模板
Browse files Browse the repository at this point in the history
  • Loading branch information
zwtesttt committed May 23, 2024
1 parent 50ebc6a commit 7a1f103
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions config/compose.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,20 +147,6 @@ services:
- '8500:8500'
- '8600:8600'
- '8600:8600/udp'
hipush:
container_name: cossim_hipush
image: hub.hitosea.com/cossim/hipush
volumes:
- ./config/common/hipush.yaml:/config/config.yaml
# 如果启用了ios推送,需要将推送证书挂载到容器中
#- /Users/macos-15/Desktop/key/AuthKey_UU2D9Z4ANF.p8:/config/key/AuthKey_UU2D9Z4ANF.p8
command:
- "-config"
- "/config/config.yaml"
ports:
- "7070:7070"
- "7071:7071"
restart: on-failure
admin:
container_name: cossim_admin
image: hub.hitosea.com/cossim/admin
Expand Down Expand Up @@ -434,20 +420,6 @@ services:
- '8500:8500'
- '8600:8600'
- '8600:8600/udp'
hipush:
container_name: cossim_hipush
image: hub.hitosea.com/cossim/hipush
volumes:
- ./config/common/hipush.yaml:/config/config.yaml
# 如果启用了ios推送,需要将推送证书挂载到容器中
#- /Users/macos-15/Desktop/key/AuthKey_UU2D9Z4ANF.p8:/config/key/AuthKey_UU2D9Z4ANF.p8
command:
- "-config"
- "/config/config.yaml"
ports:
- "7070:7070"
- "7071:7071"
restart: on-failure
admin:
container_name: cossim_admin
image: hub.hitosea.com/cossim/admin
Expand Down

0 comments on commit 7a1f103

Please sign in to comment.