Feat: Add card list and top structure
This commit is contained in:
parent
8e33dd45fe
commit
eec6c6bfe8
19 changed files with 994 additions and 24 deletions
10
app/docker-compose.yml
Normal file
10
app/docker-compose.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue