Feat: Add card list and top structure

This commit is contained in:
globuzma 2024-12-05 17:08:50 +01:00
parent 8e33dd45fe
commit eec6c6bfe8
19 changed files with 994 additions and 24 deletions

10
app/docker-compose.yml Normal file
View file

@ -0,0 +1,10 @@
services:
nginx:
container_name: json_files
image: nginx
ports:
- 8072:80
volumes:
- ./tools/json:/usr/share/nginx/html:ro
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
restart: unless-stopped