diff --git a/.env.example b/.env.example index e69de29..9ba49c3 100644 --- a/.env.example +++ b/.env.example @@ -0,0 +1,14 @@ +NODE_ENV= + +DB_HOST= +DB_PORT= +DB_DATABSE= +DB_USER= +DB_PASSWORD= + +# STMP +APPLICATION_EMAIL= +EMAIL_HOST= +EMAIL_PORT= +EMAIL_USER= +EMAIL_PASSWORD= \ No newline at end of file diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..e69de29 diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..e69de29