mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
we no longer need this file thanks to quarkus dev services
This commit is contained in:
@@ -1,19 +0,0 @@
|
|||||||
version: "3.1"
|
|
||||||
|
|
||||||
services:
|
|
||||||
mysql:
|
|
||||||
image: mariadb
|
|
||||||
environment:
|
|
||||||
- MYSQL_ROOT_PASSWORD=commafeed
|
|
||||||
- MYSQL_DATABASE=commafeed
|
|
||||||
ports:
|
|
||||||
- "3306:3306"
|
|
||||||
|
|
||||||
postgresql:
|
|
||||||
image: postgres
|
|
||||||
environment:
|
|
||||||
- POSTGRES_USER=commafeed
|
|
||||||
- POSTGRES_PASSWORD=commafeed
|
|
||||||
- POSTGRES_DB=commafeed
|
|
||||||
ports:
|
|
||||||
- "5432:5432"
|
|
||||||
Reference in New Issue
Block a user