files test
Gitea Actions Requirements / Explore-Gitea-Actions (push) Waiting to run
Details
Gitea Actions Requirements / Explore-Gitea-Actions (push) Waiting to run
Details
This commit is contained in:
parent
23eb414e54
commit
98a5c55383
|
@ -1,2 +1,3 @@
|
|||
.venv
|
||||
poetry.lock
|
||||
poetry.lock
|
||||
files/*
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -15,7 +15,7 @@ services:
|
|||
privileged: true
|
||||
volumes:
|
||||
- ./.env:/app/.env
|
||||
- ./back/docker.db.sqlite3:/app/db.sqlite3
|
||||
- ./files:/app/back/files
|
||||
networks:
|
||||
- network
|
||||
|
||||
|
|
|
@ -49,6 +49,9 @@ http {
|
|||
location /files/ {
|
||||
proxy_pass http://back:8000/files/;
|
||||
}
|
||||
location /back/files/ {
|
||||
proxy_pass http://back:8000/files/;
|
||||
}
|
||||
|
||||
location /admin/ {
|
||||
proxy_pass http://back:8000/admin/;
|
||||
|
|
Loading…
Reference in New Issue