Init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# placeholder docker-compose (to be filled later)
|
||||
version: '3.8'
|
||||
services:
|
||||
app:
|
||||
image: node:18
|
||||
command: echo "replace with actual service"
|
||||
|
||||
postgres:
|
||||
image: postgres:15
|
||||
|
||||
redis:
|
||||
image: redis:7
|
||||
Reference in New Issue
Block a user