Initial commit

This commit is contained in:
Ovidiu U
2026-05-04 09:45:17 +01:00
commit 18b7e11657
31 changed files with 2838 additions and 0 deletions

21
docker-compose.yml Normal file
View File

@@ -0,0 +1,21 @@
name: wordsearch
services:
wordsearch:
build: .
networks:
default: null
ports:
- mode: ingress
target: 8000
published: "3801"
protocol: tcp
restart: unless-stopped
volumes:
- type: bind
source: ./themes
target: /app/themes
bind:
create_host_path: true
networks:
default:
name: wordsearch_default