fix: volume data/tariffs.json -> data/
Build and Deploy Backend / build-and-deploy (push) Successful in 46s
Build and Deploy Backend / build-and-deploy (push) Successful in 46s
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ services:
|
|||||||
image: git.uvpn.shop/uvpn/backend:latest
|
image: git.uvpn.shop/uvpn/backend:latest
|
||||||
container_name: uvpn-backend
|
container_name: uvpn-backend
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/remnawave-minishop/data/tariffs.json:/app/data/tariffs.json
|
- /opt/remnawave-minishop/data/:/app/data/
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "uvpn-backend"
|
name = "uvpn-backend"
|
||||||
version = "0.7.3"
|
version = "0.7.4"
|
||||||
description = "FastAPI backend with Docker for uvpn.shop"
|
description = "FastAPI backend with Docker for uvpn.shop"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
|
|||||||
Reference in New Issue
Block a user