Some checks failed
Docker Image CI / build (push) Has been cancelled
- Add Dockerfile, nginx.conf, docker-compose.yml - Add Gitea Actions workflow - Improve map mobile UX (safe area, no pull-to-refresh) - Persist map state (zoom, center, layer) to localStorage - Add Google Hybrid map layer - Configure Vite for Cloudflare tunnel
14 lines
175 B
YAML
14 lines
175 B
YAML
version: '3'
|
|
services:
|
|
geo-words:
|
|
build: .
|
|
ports:
|
|
- "3002:80"
|
|
restart: always
|
|
networks:
|
|
- npm_public
|
|
|
|
networks:
|
|
npm_public:
|
|
external: true
|