Update docker-compose-dev.yml

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

View file

@ -24,7 +24,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
@ -44,7 +44,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
@ -66,7 +66,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
@ -81,9 +81,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:
@ -95,4 +95,4 @@ volumes:
portainer:
gitea:
nginx_data:
nginx_letsencrypt:
nginx_letsencrypt: