Skip to content

communcom/payment-service

Repository files navigation

Payment service

Clone the repository

git clone https://github.com/communcom/payment-service.git
cd payment-service

Create .env file

cp .env.example .env

Add variables

CYBERWAY_HTTP_URL=http://cyberway
GLS_API_KEY=secret
GLS_PROVIDER_KEY=
GLS_SENDER=
GLS_SENDER_KEY=

Create docker-compose file

cp docker-compose.example.yml docker-compose.yml

Run

docker-compose up -d --build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published