diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e69de29
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 0000000..81aa912
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,20 @@
+postgres:
+ image: 192.168.235.157:8182/postgres:13.1-alpine
+ container_name: theater-postgres
+ hostname: postgres
+ restart: on-failure
+ networks:
+ - network
+ ports:
+ - 5433:5432
+ volumes:
+ - ./volume/db/01-init.sh:/docker-entrypoint-initdb.d/01-init.sh
+ - ./volume/db/storage:/var/lib/postgresql/data:z
+ environment:
+ - POSTGRES_USER=${POSTGRES_USER}
+ - POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
+ - APP_DB_USER=${DATASOURCE_USERNAME}
+ - APP_DB_PASS=${DATASOURCE_PASSWORD}
+
+volumes:
+ gitlab-notify:
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 5d55db1..22abf98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
dev.struchkov.godfather
telegram-bot
- 0.0.2
+ 0.0.3-SNAPSHOT
pom
@@ -33,7 +33,7 @@
UTF-8
UTF-8
- 0.0.2
+ 0.0.3-SNAPSHOT
5.4.0.1
3.9.0
diff --git a/telegram-core/pom.xml b/telegram-core/pom.xml
index c3fad5a..73a67d9 100644
--- a/telegram-core/pom.xml
+++ b/telegram-core/pom.xml
@@ -5,11 +5,11 @@
dev.struchkov.godfather
telegram-bot
- 0.0.2
+ 0.0.3-SNAPSHOT
telegram-core
- 0.0.2
+ 0.0.3-SNAPSHOT
Telegram Core
Allows you to create bots for Telegram
diff --git a/telegram-core/telegram-core.iml b/telegram-core/telegram-core.iml
deleted file mode 100644
index 4a4ce55..0000000
--- a/telegram-core/telegram-core.iml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file