2 Commits

Author SHA1 Message Date
1aff1a0857 1.15.11
Some checks failed
Deploy to Production / deploy (push) Failing after 18s
2026-02-22 15:31:51 +00:00
a59aeb93e6 Restore npm_public network in docker-compose.yml 2026-02-22 15:31:51 +00:00
3 changed files with 11 additions and 8 deletions

View File

@@ -1,17 +1,20 @@
version: '3.8'
services:
nonograms:
container_name: ${CONTAINER_NAME:-nonograms}
app:
container_name: nonograms-app
build:
context: .
dockerfile: Dockerfile
expose:
- "80"
ports:
- "8081: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.10",
"version": "1.15.11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vue-nonograms-solid",
"version": "1.15.10",
"version": "1.15.11",
"dependencies": {
"@capacitor/android": "^8.1.0",
"@capacitor/cli": "^8.1.0",

View File

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