update
This commit is contained in:
parent
a8c607b0a3
commit
4f6e6c17e3
@ -20,12 +20,6 @@ git clone https://git.fascinated.cc/Paste/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
|
||||
|
||||
- Start Paste
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: '3.7'
|
||||
version: '3.9'
|
||||
services:
|
||||
frontend:
|
||||
image: fascinated/paste-frontend:latest
|
||||
@ -6,7 +6,7 @@ services:
|
||||
environment:
|
||||
NEXT_PUBLIC_API_ENDPOINT: http://localhost:3005
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3000:80"
|
||||
backend:
|
||||
image: fascinated/paste-backend:latest
|
||||
restart: always
|
||||
|
Reference in New Issue
Block a user