mirror of
https://github.com/TheWhiteDog9487/WebAPI.git
synced 2026-08-11 23:01:30 +08:00
使用Kotlin重写
This commit is contained in:
+18
-1
@@ -1,5 +1,22 @@
|
||||
services:
|
||||
# mariadb:
|
||||
# image: 'mariadb:latest'
|
||||
# environment:
|
||||
# - 'MARIADB_DATABASE=mydatabase'
|
||||
# - 'MARIADB_PASSWORD=secret'
|
||||
# - 'MARIADB_ROOT_PASSWORD=verysecret'
|
||||
# - 'MARIADB_USER=myuser'
|
||||
# ports:
|
||||
# - '3306'
|
||||
# postgres:
|
||||
# image: 'postgres:latest'
|
||||
# environment:
|
||||
# - 'POSTGRES_DB=mydatabase'
|
||||
# - 'POSTGRES_PASSWORD=secret'
|
||||
# - 'POSTGRES_USER=myuser'
|
||||
# ports:
|
||||
# - '5432'
|
||||
redis:
|
||||
image: 'redis:latest'
|
||||
ports:
|
||||
- '6379'
|
||||
- '6379'
|
||||
Reference in New Issue
Block a user