Add documentation service in docker-compose.prod.yml for hosting project docs

This commit is contained in:
2026-01-14 18:57:52 +01:00
parent a06fdbf21e
commit ccec39bfa0

View File

@@ -130,6 +130,18 @@ services:
NEXT_PUBLIC_API_URL: ${NEXT_PUBLIC_API_URL:-https://api.memegoat.fr}
depends_on:
- backend
-
documentation:
build:
context: .
dockerfile: documentation/Dockerfile
target: runner
container_name: memegoat-docs
networks:
- nw_caddy
restart: always
environment:
NODE_ENV: production
volumes:
postgres_data: