Merge pull request 'Fix API URL du frontend, ajout documentation en production' (#3) from dev into prod
Some checks failed
Deploy to Production / deploy (push) Failing after 1m40s

Reviewed-on: #3
This commit is contained in:
2026-01-14 19:01:08 +01:00
2 changed files with 14 additions and 0 deletions

View File

@@ -42,6 +42,8 @@ jobs:
- name: Build - Backend
run: pnpm run build:back
env:
NEXT_PUBLIC_API_URL: ${{ secrets.NEXT_PUBLIC_API_URL }}
- name: Lint - Frontend
run: pnpm run lint:front

View File

@@ -131,6 +131,18 @@ services:
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:
minio_data: