Toggle navigation
Toggle navigation
This project
Loading...
Sign in
윤준석
/
mamuri-bot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
윤준석
2022-05-27 23:10:28 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5c1d4ed8ba774659f6581372123ccc97095cdb18
5c1d4ed8
1 parent
68b03db6
ADD: mysql container mount to volume
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
10 deletions
docker-compose.yml
docker-compose.yml
View file @
5c1d4ed
version
:
'
3'
services
:
db
:
image
:
mamuri-db
restart
:
always
container_name
:
mamuri-db-container
ports
:
-
'
13060:3306'
env_file
:
-
"
./database/mysql_init/.env"
volumes
:
-
"
/usr/mysql/data:/var/lib/mysql"
daangn_api
:
image
:
daangn-api-server
restart
:
always
...
...
@@ -20,13 +31,4 @@ services:
restart
:
always
container_name
:
bunjang-api-server-container
ports
:
-
'
18082:8080'
db
:
image
:
mamuri-db
restart
:
always
container_name
:
mamuri-db-container
ports
:
-
'
13060:3306'
env_file
:
-
"
./database/mysql_init/.env"
\ No newline at end of file
-
'
18082:8080'
\ No newline at end of file
...
...
Please
register
or
login
to post a comment