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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user