2 Commits

Author SHA1 Message Date
5aaa8c7357 1.15.12
All checks were successful
Deploy to Production / deploy (push) Successful in 17s
2026-02-22 15:37:00 +00:00
bf7cc4cb1d Add expose 80 to docker-compose 2026-02-22 15:37:00 +00:00
3 changed files with 9 additions and 12 deletions

View File

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

4
package-lock.json generated
View File

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

View File

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