mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 00:50:30 +00:00
docker compose edit
This commit is contained in:
parent
5c6a5d7fe4
commit
ee632384eb
2 changed files with 3 additions and 2 deletions
2
.github/workflows/developer_ci.yml
vendored
2
.github/workflows/developer_ci.yml
vendored
|
@ -3,7 +3,7 @@ name: developer Workflow
|
|||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- main1
|
||||
|
||||
jobs:
|
||||
build-image:
|
||||
|
|
|
@ -10,7 +10,7 @@ services:
|
|||
volumes:
|
||||
- appmanage-logs:/usr/src/app/logs
|
||||
- appmanage-db:/usr/src/app/db
|
||||
# - appmanage-config:/usr/src/app/config
|
||||
- appmanage-config:/usr/src/app/config
|
||||
entrypoint: bash -c "/cmd.sh"
|
||||
ports:
|
||||
- ${APP_HTTP_PORT}:5000
|
||||
|
@ -23,3 +23,4 @@ networks:
|
|||
volumes:
|
||||
appmanage-logs:
|
||||
appmanage-db:
|
||||
appmanage-config:
|
||||
|
|
Loading…
Reference in a new issue