2 Commits

Author SHA1 Message Date
269db48aec 1.15.14
Some checks failed
Deploy to Production / deploy (push) Failing after 17s
2026-02-22 15:41:43 +00:00
fe72508717 Restore correct docker-compose.yml (remove piggy-bank, fix service name) 2026-02-22 15:41:42 +00:00
3 changed files with 13 additions and 10 deletions

View File

@@ -1,17 +1,20 @@
services:
piggy-bank:
app:
container_name: nonograms-app
build: .
restart: unless-stopped
# ports:
# - "8081:80"
build:
context: .
dockerfile: Dockerfile
ports:
- "8081:80"
expose:
- "80"
restart: unless-stopped
# Uncomment the following lines if you want to mount the configuration locally for development/testing
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
networks:
- npm_public
networks:
npm_public:
external: true

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "vue-nonograms-solid",
"version": "1.15.13",
"version": "1.15.14",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vue-nonograms-solid",
"version": "1.15.13",
"version": "1.15.14",
"dependencies": {
"@capacitor/android": "^8.1.0",
"@capacitor/cli": "^8.1.0",

View File

@@ -1,6 +1,6 @@
{
"name": "vue-nonograms-solid",
"version": "1.15.13",
"version": "1.15.14",
"homepage": "https://nonograms.7u.pl/",
"type": "module",
"scripts": {