forked from Archives/Athou_commafeed
split client and server into maven modules
This commit is contained in:
19
commafeed-server/docker-compose.dev.yml
Normal file
19
commafeed-server/docker-compose.dev.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
version: "3.1"
|
||||
|
||||
services:
|
||||
mysql:
|
||||
image: mariadb
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=root
|
||||
- MYSQL_DATABASE=commafeed
|
||||
ports:
|
||||
- 3306:3306
|
||||
|
||||
postgresql:
|
||||
image: postgres
|
||||
environment:
|
||||
POSTGRES_USER: root
|
||||
POSTGRES_PASSWORD: root
|
||||
POSTGRES_DB: commafeed
|
||||
ports:
|
||||
- 5432:5432
|
||||
Reference in New Issue
Block a user