WIP update docker compose (dont work)
All checks were successful
Build Docker Image / run (pull_request) Successful in 47s

This commit is contained in:
Clement 2024-04-20 15:10:28 +02:00
parent ab5bad37c0
commit 07d105c71e
2 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,7 @@ services:
networks:
- public
front:
image: git.lab-ouest.org
image: git.lab-ouest.org/epitech/ratrapage_t-web:pr-2-head
depends_on:
- pocketbase
labels:
@ -23,6 +23,8 @@ services:
- traefik.http.routers.astroTweb.rule=Host(`${FRONT_URL}`)
- traefik.http.services.astroTweb.loadbalancer.server.port=${FRONT_BASE_PORT}
- traefik.http.routers.astroTweb.tls.certresolver=le
networks:
- public
networks:
public:
external: true

View File

@ -30,6 +30,7 @@ const res = await AstroUtils.wrap(async () => {
console.log(record);
})
return res
---
<Layout title="register">