Update docker-compose.yml

This commit is contained in:
qiaofeng1227 2024-01-22 14:25:31 +08:00 committed by GitHub
parent 593410fe39
commit ac57a645f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: