mirror of
https://github.com/TheWhiteDog9487/WebAPI.git
synced 2026-08-11 14:51:30 +08:00
22 lines
497 B
YAML
22 lines
497 B
YAML
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' |