mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 00:50:30 +00:00
Update docker-compose-dev.yml
This commit is contained in:
parent
07e4572c82
commit
593410fe39
1 changed files with 7 additions and 7 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue