chore(backend): update template to v0.3.3

This commit is contained in:
hh
2026-09-09 01:17:16 +02:00
parent ccbc167005
commit 02fb567c1f
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
_commit: v0.3.2 _commit: v0.3.3
_src_path: https://git.kotikot.com/templates/backend-python.git _src_path: https://git.kotikot.com/templates/backend-python.git
author_email: h@kotikot.com author_email: h@kotikot.com
author_name: h author_name: h
+1
View File
@@ -87,6 +87,7 @@ services:
required: false required: false
environment: environment:
RUN_ENVIRONMENT: prod RUN_ENVIRONMENT: prod
TZ: ${TZ:-UTC}
volumes: volumes:
- ./backend/src:/app/src - ./backend/src:/app/src
- ./backend/migrations:/app/migrations - ./backend/migrations:/app/migrations