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
|
.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
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
- ./.env:/app/.env
|
- ./.env:/app/.env
|
||||||
- ./back/docker.db.sqlite3:/app/db.sqlite3
|
- ./files:/app/back/files
|
||||||
networks:
|
networks:
|
||||||
- network
|
- network
|
||||||
|
|
||||||
|
|
|
@ -49,6 +49,9 @@ http {
|
||||||
location /files/ {
|
location /files/ {
|
||||||
proxy_pass http://back:8000/files/;
|
proxy_pass http://back:8000/files/;
|
||||||
}
|
}
|
||||||
|
location /back/files/ {
|
||||||
|
proxy_pass http://back:8000/files/;
|
||||||
|
}
|
||||||
|
|
||||||
location /admin/ {
|
location /admin/ {
|
||||||
proxy_pass http://back:8000/admin/;
|
proxy_pass http://back:8000/admin/;
|
||||||
|
|
Loading…
Reference in New Issue