Compare commits

...

3 Commits

8 changed files with 11 additions and 10 deletions

View File

@ -1 +1 @@
__version__ = "10.3.1" __version__ = "10.3.2"

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "barker" name = "barker"
version = "10.3.1" version = "10.3.2"
description = "Point of Sale for a restaurant" description = "Point of Sale for a restaurant"
authors = ["tanshu <git@tanshu.com>"] authors = ["tanshu <git@tanshu.com>"]

View File

@ -1,6 +1,6 @@
{ {
"name": "bookie", "name": "bookie",
"version": "10.3.1", "version": "10.3.2",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",

View File

@ -1,5 +1,5 @@
export const environment = { export const environment = {
production: true, production: true,
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '10.3.1', version: '10.3.2',
}; };

View File

@ -5,7 +5,7 @@
export const environment = { export const environment = {
production: false, production: false,
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '10.3.1', version: '10.3.2',
}; };
/* /*

View File

@ -13,7 +13,7 @@ RUN mv /node_modules /app/bookie/ \
&& /app/bookie/node_modules/.bin/ng build && /app/bookie/node_modules/.bin/ng build
FROM python:3.9 FROM python:3.10
LABEL maintainer="Amritanshu <docker@tanshu.com>" LABEL maintainer="Amritanshu <docker@tanshu.com>"
COPY pyproject.toml /app/pyproject.toml COPY pyproject.toml /app/pyproject.toml

View File

@ -1,8 +1,9 @@
[Unit] [Unit]
Description=Frank container service Description=Frank container service
After=docker.service knox-redis-tunnel.service After=docker.service beacon-redis-tunnel.service
Wants=network-online.target docker.socket knox-redis-tunnel.service Wants=network-online.target docker.socket beacon-redis-tunnel.service
Requires=docker.socket knox-redis-tunnel.service Requires=docker.socket beacon-redis-tunnel.service
PartOf=beacon-redis-tunnel.service
[Service] [Service]
Restart=always Restart=always

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "frank" name = "frank"
version = "10.3.1" version = "10.3.2"
description = "Point of Sale for a restaurant" description = "Point of Sale for a restaurant"
authors = ["tanshu <git@tanshu.com>"] authors = ["tanshu <git@tanshu.com>"]