composer
This commit is contained in:
parent
be63cb82e6
commit
6378b75bf3
1 changed files with 0 additions and 4 deletions
|
|
@ -3,8 +3,6 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ./backend
|
context: ./backend
|
||||||
container_name: fastnotes-api
|
container_name: fastnotes-api
|
||||||
ports:
|
|
||||||
- "2345:2345"
|
|
||||||
|
|
||||||
ui:
|
ui:
|
||||||
build:
|
build:
|
||||||
|
|
@ -12,7 +10,5 @@ services:
|
||||||
args:
|
args:
|
||||||
VITE_API_URL: https://notesapi.fitzythe.dev # Pass as build arg
|
VITE_API_URL: https://notesapi.fitzythe.dev # Pass as build arg
|
||||||
container_name: fastnotes-ui
|
container_name: fastnotes-ui
|
||||||
ports:
|
|
||||||
- "5432:5432"
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue