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