Added client scripts

This commit is contained in:
Lukian 2024-12-27 13:55:21 +01:00
parent 7d0406ef6e
commit c57a2511d8
14 changed files with 87 additions and 0 deletions

9
api/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