Files
azionelab-v2/docker-compose.test.yml
T
2026-06-24 09:28:24 +02:00

34 lines
617 B
YAML

services:
db:
volumes:
- test_postgres_data:/var/lib/postgresql/data
backend:
environment:
WAGTAILADMIN_BASE_URL: http://azionelab.org
proxy:
networks:
default:
aliases:
- azionelab.org
functional-tests:
build:
context: ./tests/functional
init: true
environment:
BASE_URL: http://azionelab.org
INVALID_HOST_URL: http://proxy
CI: "true"
depends_on:
proxy:
condition: service_healthy
profiles: ["test"]
shm_size: 1gb
security_opt:
- no-new-privileges:true
volumes:
test_postgres_data: