Port fixes
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user