Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
aon-tg-messenger
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Odysseus
aon-tg-messenger
Commits
418a0713
Commit
418a0713
authored
Jul 25, 2024
by
贾浩@五瓣科技
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update dockerfile
parent
efc79c58
Pipeline
#789
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
config.toml
config.toml
+4
-5
docker-compose.yml
docker-compose.yml
+3
-3
No files found.
config.toml
View file @
418a0713
...
@@ -2,15 +2,14 @@
...
@@ -2,15 +2,14 @@
debug
=
true
debug
=
true
[mysql]
[mysql]
#host = "tg-messenger-db"
host
=
"aon-db"
host
=
"127.0.0.1"
port
=
3306
port
=
3306
user
=
"root"
user
=
"root"
password
=
""
password
=
"
XN2UARuys3zy4Oux
"
database
=
"
sdk
"
database
=
"
tg
"
max_conn
=
10
max_conn
=
10
max_idle_conn
=
2
max_idle_conn
=
2
enable_log
=
fals
e
enable_log
=
tru
e
[server]
[server]
listen
=
"0.0.0.0:8080"
listen
=
"0.0.0.0:8080"
...
...
docker-compose.yml
View file @
418a0713
networks
:
networks
:
default
:
default
:
name
:
aon-
db
name
:
aon-
backend
services
:
services
:
tg-messenger-api
:
tg-messenger-api
:
...
@@ -14,7 +14,7 @@ services:
...
@@ -14,7 +14,7 @@ services:
condition
:
service_healthy
condition
:
service_healthy
volumes
:
volumes
:
-
./conf/tg
_
messenger/config.toml:/config.toml
-
./conf/tg
-
messenger/config.toml:/config.toml
command
:
command
:
-
"
/bin/sh"
-
"
/bin/sh"
-
"
-c"
-
"
-c"
...
@@ -31,7 +31,7 @@ services:
...
@@ -31,7 +31,7 @@ services:
condition
:
service_healthy
condition
:
service_healthy
volumes
:
volumes
:
-
./conf/tg
_
messenger/config.toml:/config.toml
-
./conf/tg
-
messenger/config.toml:/config.toml
command
:
command
:
-
"
/bin/sh"
-
"
/bin/sh"
-
"
-c"
-
"
-c"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment