Compare commits

..

4 Commits

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: