-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
17 lines (17 loc) · 845 Bytes
/
docker-compose.yml
File metadata and controls
17 lines (17 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
services:
confluence:
# Mirrors the JiraPS Server-track approach: use the moveworkforward
# atlas-run-standalone image family because it already wraps AMPS and
# boots a disposable local Data Center-compatible Confluence quickly for CI.
#
# CI defaults to an immutable digest to avoid tag drift. For local experiments,
# override CONFLUENCE_IMAGE in .env (for example:
# moveworkforward/atlas-run-standalone:confluence-9).
image: ${CONFLUENCE_IMAGE:-moveworkforward/atlas-run-standalone@sha256:b298cc0a5eb90aac8f6cc3e14d2d809feef217149a8efc2bbc94c2e1f1452077}
container_name: confluenceps-confluence-dc
ports:
- "1990:1990"
# Keep the AMPS process alive in detached mode (`docker compose up -d`).
tty: true
stdin_open: true
# Readiness is owned by Tools/Wait-ConfluenceServer.ps1.