update
This commit is contained in:
parent
a8c607b0a3
commit
4f6e6c17e3
@ -20,12 +20,6 @@ git clone https://git.fascinated.cc/Paste/Docker
|
|||||||
cd Docker
|
cd Docker
|
||||||
```
|
```
|
||||||
|
|
||||||
- Download the latest `application.yml`
|
|
||||||
|
|
||||||
```bash
|
|
||||||
wget https://git.fascinated.cc/Paste/Backend/raw/branch/master/src/main/resources/application.yml
|
|
||||||
```
|
|
||||||
|
|
||||||
- Update the `application.yml` with your configuration
|
- Update the `application.yml` with your configuration
|
||||||
|
|
||||||
- Start Paste
|
- Start Paste
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: '3.7'
|
version: '3.9'
|
||||||
services:
|
services:
|
||||||
frontend:
|
frontend:
|
||||||
image: fascinated/paste-frontend:latest
|
image: fascinated/paste-frontend:latest
|
||||||
@ -6,7 +6,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
NEXT_PUBLIC_API_ENDPOINT: http://localhost:3005
|
NEXT_PUBLIC_API_ENDPOINT: http://localhost:3005
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:80"
|
||||||
backend:
|
backend:
|
||||||
image: fascinated/paste-backend:latest
|
image: fascinated/paste-backend:latest
|
||||||
restart: always
|
restart: always
|
||||||
|
Reference in New Issue
Block a user