Some checks failed
Docker - build image / 🏗️ Docker builder (latest from master) 🏗️ (push) Failing after 17s
Configure Next.js static export with nginx serving, Dockerfile (multi-stage build), docker-compose for prod/dev, Gitea Actions pipelines for build-on-push and tag-based releases using ledo tool. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
12 lines
199 B
YAML
12 lines
199 B
YAML
version: "3.7"
|
|
services:
|
|
site:
|
|
image: git.cynarski.pl/automancer/site:latest
|
|
ports:
|
|
- "8080:8080"
|
|
networks:
|
|
- network-automancer-dev
|
|
|
|
networks:
|
|
network-automancer-dev: {}
|