diff --git a/docker-compose.yml b/docker-compose.yml index ff04c1e..bb2718c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,8 +12,6 @@ services: env_file: ./backend/.env.production networks: - main - ports: - - '8055' volumes: - ./backend:/app - ./data:/data @@ -31,8 +29,6 @@ services: - backend networks: - main - ports: - - '3000' volumes: - ./frontend:/app labels: diff --git a/frontend/.env.production b/frontend/.env.production index 0959489..be8d377 100644 --- a/frontend/.env.production +++ b/frontend/.env.production @@ -1,4 +1,4 @@ # The URL where your API can be reached on the web. -NEXT_PUBLIC_DIRECTUS_API_URL=https://pca-pijac.dev.civokram.com +NEXT_PUBLIC_DIRECTUS_API_URL=https://admin.pca-pijac.dev.civokram.com NEXT_PUBLIC_GLOBALS_ID=4f8d9e66-ec95-4bdd-a5e7-34df8ea68a45