added endpoints

This commit is contained in:
Lukian 2024-12-18 09:39:20 +01:00
parent 8a61aaa68f
commit 7d0406ef6e
6 changed files with 314 additions and 2 deletions

9
docker-compose.yml Normal file
View file

@ -0,0 +1,9 @@
services:
api:
build:
context: .
dockerfile: Dockerfile
container_name: api
restart: always
ports:
- 80:3000