mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
Update docker-compose.yml
This commit is contained in:
parent
593410fe39
commit
ac57a645f7
@ -14,7 +14,7 @@ services:
|
||||
- proxy
|
||||
labels:
|
||||
- "owner=websoft9"
|
||||
- "com.docker.compose.w9_http.port:8080"
|
||||
- "com.docker.compose.w9_http.port=8080"
|
||||
|
||||
deployment:
|
||||
image: websoft9dev/deployment:$DEPLOYMENT_VERSION
|
||||
@ -32,7 +32,7 @@ services:
|
||||
retries: 4
|
||||
labels:
|
||||
- "owner=websoft9"
|
||||
- "com.docker.compose.w9_http.port:9000"
|
||||
- "com.docker.compose.w9_http.port=9000"
|
||||
|
||||
git:
|
||||
image: websoft9dev/git:$GIT_VERSION
|
||||
@ -53,7 +53,7 @@ services:
|
||||
- ROOT_URL=http://localhost/w9git/
|
||||
labels:
|
||||
- "owner=websoft9"
|
||||
- "com.docker.compose.w9_http.port:3000"
|
||||
- "com.docker.compose.w9_http.port=3000"
|
||||
|
||||
proxy:
|
||||
image: websoft9dev/proxy:$PROXY_VERSION
|
||||
@ -67,9 +67,9 @@ services:
|
||||
- nginx_letsencrypt:/etc/letsencrypt
|
||||
labels:
|
||||
- "owner=websoft9"
|
||||
- "com.docker.compose.w9_http.port: 80"
|
||||
- "com.docker.compose.w9_https.port: 443"
|
||||
- "com.docker.compose.w9_console.port: 81"
|
||||
- "com.docker.compose.w9_http.port=80"
|
||||
- "com.docker.compose.w9_https.port=443"
|
||||
- "com.docker.compose.w9_console.port=81"
|
||||
|
||||
networks:
|
||||
default:
|
||||
@ -82,4 +82,4 @@ volumes:
|
||||
portainer:
|
||||
gitea:
|
||||
nginx_data:
|
||||
nginx_letsencrypt:
|
||||
nginx_letsencrypt:
|
||||
|
Loading…
Reference in New Issue
Block a user