mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-24 05:39:44 +00:00
added initial version containing ping/echo command and first draft of the command handling structure
This commit is contained in:
11
database/src/main/resources/docker-compose.yml
Normal file
11
database/src/main/resources/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: '3.1'
|
||||
|
||||
services:
|
||||
db:
|
||||
image: postgres
|
||||
restart: always
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
POSTGRES_PASSWORD: abstracto
|
||||
POSTGRES_USER: abstracto
|
||||
Reference in New Issue
Block a user