separation of production and development

environments
Adding new migrations for renaming and adding fields
to the database schema
persistent uuid for simclient
This commit is contained in:
2025-07-16 08:50:42 +00:00
parent 84a92ab9c2
commit 1a6faaa104
7 changed files with 116 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ services:
networks:
- infoscreen-net
proxy:
image: nginx:1.27
image: nginx:stable
container_name: infoscreen-proxy
ports:
- "80:80"
@@ -38,7 +38,7 @@ services:
- infoscreen-net
db:
image: mariadb:11.4.7
image: mariadb:lts
container_name: infoscreen-db
restart: unless-stopped
environment: