Skip to content

Commit

Permalink
Release v1.0.1 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
yinjiayi authored Sep 21, 2023
1 parent cec02f0 commit 17d88f3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion res/aospace-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version: '2.4'
services:
aospace-upgrade:
container_name: aospace-upgrade
image: registry.ao.space/ao-space/space-upgrade:dev
image: registry.ao.space/ao-space/space-upgrade:v1.0.1
ports:
- "127.0.0.1:5681:5681"
environment:
Expand Down
14 changes: 7 additions & 7 deletions res/docker-compose_run_as_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ version: '2.4'
services:
aospace-postgresql:
container_name: aospace-postgresql
image: registry.ao.space/ao-space/space-postgresql:dev
image: registry.ao.space/ao-space/space-postgresql:v1.0.1
restart: always
healthcheck:
test: pg_isready
Expand Down Expand Up @@ -54,7 +54,7 @@ services:

aospace-filepreview:
container_name: aospace-filepreview
image: registry.ao.space/ao-space/space-filepreview:dev
image: registry.ao.space/ao-space/space-filepreview:v1.0.1
restart: always
depends_on:
aospace-redis:
Expand All @@ -73,7 +73,7 @@ services:

aospace-fileapi:
container_name: aospace-fileapi
image: registry.ao.space/ao-space/space-aofs:dev
image: registry.ao.space/ao-space/space-aofs:v1.0.1
restart: always
depends_on:
aospace-postgresql:
Expand Down Expand Up @@ -112,7 +112,7 @@ services:

aospace-gateway:
container_name: aospace-gateway
image: registry.ao.space/ao-space/space-gateway:dev
image: registry.ao.space/ao-space/space-gateway:v1.0.1
restart: always
ports:
- "127.0.0.1:8080:8080"
Expand Down Expand Up @@ -154,14 +154,14 @@ services:

aonetwork-client:
container_name: aonetwork-client
image: registry.ao.space/ao-space/gt:client-dev
image: registry.ao.space/ao-space/gt:client-v2.0.7
restart: always
volumes:
- /etc/ao-space/gt:/opt/config

aospace-nginx:
container_name: aospace-nginx
image: registry.ao.space/ao-space/space-web:dev
image: registry.ao.space/ao-space/space-web:v1.0.1
restart: always
ports:
- "9980:80"
Expand Down Expand Up @@ -190,7 +190,7 @@ services:

aospace-media-vod:
container_name: aospace-media-vod
image: registry.ao.space/ao-space/space-media-vod:dev
image: registry.ao.space/ao-space/space-media-vod:v1.0.1
restart: always
ports:
- "127.0.0.1:3001:3001"
Expand Down
14 changes: 7 additions & 7 deletions res/docker-compose_run_as_docker_network_mode_host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ version: '2.4'
services:
aospace-postgresql:
container_name: aospace-postgresql
image: registry.ao.space/ao-space/space-postgresql:dev
image: registry.ao.space/ao-space/space-postgresql:v1.0.1
restart: always
healthcheck:
test: pg_isready
Expand Down Expand Up @@ -54,7 +54,7 @@ services:

aospace-filepreview:
container_name: aospace-filepreview
image: registry.ao.space/ao-space/space-filepreview:dev
image: registry.ao.space/ao-space/space-filepreview:v1.0.1
restart: always
depends_on:
aospace-redis:
Expand All @@ -73,7 +73,7 @@ services:

aospace-fileapi:
container_name: aospace-fileapi
image: registry.ao.space/ao-space/space-aofs:dev
image: registry.ao.space/ao-space/space-aofs:v1.0.1
restart: always
depends_on:
aospace-postgresql:
Expand Down Expand Up @@ -109,7 +109,7 @@ services:

aospace-gateway:
container_name: aospace-gateway
image: registry.ao.space/ao-space/space-gateway:dev
image: registry.ao.space/ao-space/space-gateway:v1.0.1
restart: always
ports:
- "127.0.0.1:8080:8080"
Expand Down Expand Up @@ -151,15 +151,15 @@ services:

aonetwork-client:
container_name: aonetwork-client
image: registry.ao.space/ao-space/gt:client-dev
image: registry.ao.space/ao-space/gt:client-v2.0.7
restart: always
network_mode: "host"
volumes:
- /etc/ao-space/gt:/opt/config

aospace-nginx:
container_name: aospace-nginx
image: registry.ao.space/ao-space/space-web:dev
image: registry.ao.space/ao-space/space-web:v1.0.1
restart: always
network_mode: "host"
# 以容器运行时,去掉了 host 网络。如果 nginx 和 network-client 指定 host 网络,那么这2个容器会处于 docker-desktop 的子网中,比如 192.168.65.x 的网络。和宿主机、还有 网关(ao-space) 网络隔离的。不容易相互访问。
Expand All @@ -184,7 +184,7 @@ services:

aospace-media-vod:
container_name: aospace-media-vod
image: registry.ao.space/ao-space/space-media-vod:dev
image: registry.ao.space/ao-space/space-media-vod:v1.0.1
restart: always
ports:
- "127.0.0.1:3001:3001"
Expand Down

0 comments on commit 17d88f3

Please sign in to comment.