공개: KoTalk 최신 기준선
This commit is contained in:
commit
debf62f76e
572 changed files with 41689 additions and 0 deletions
9
deploy/compose.webapp.yml
Normal file
9
deploy/compose.webapp.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
webapp:
|
||||
image: nginx:1.27-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${WEBAPP_RELEASE_ROOT:-/srv/vs-messanger/webapp/current}:/usr/share/nginx/html:ro
|
||||
- ./docker/webapp.nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
expose:
|
||||
- "80"
|
||||
Loading…
Add table
Add a link
Reference in a new issue