Port fixes

This commit is contained in:
2023-07-09 22:54:13 +04:00
parent 4ee639e684
commit 36ed752f4c
2 changed files with 1 additions and 5 deletions

View File

@@ -12,8 +12,6 @@ services:
env_file: ./backend/.env.production env_file: ./backend/.env.production
networks: networks:
- main - main
ports:
- '8055'
volumes: volumes:
- ./backend:/app - ./backend:/app
- ./data:/data - ./data:/data
@@ -31,8 +29,6 @@ services:
- backend - backend
networks: networks:
- main - main
ports:
- '3000'
volumes: volumes:
- ./frontend:/app - ./frontend:/app
labels: labels:

View File

@@ -1,4 +1,4 @@
# The URL where your API can be reached on the web. # 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 NEXT_PUBLIC_GLOBALS_ID=4f8d9e66-ec95-4bdd-a5e7-34df8ea68a45