Update docker-compose.yml
This commit is contained in:
parent
d7b7da43b6
commit
d42ff7420f
@ -1,13 +1,6 @@
|
|||||||
version: '3.9'
|
version: '3.9'
|
||||||
services:
|
services:
|
||||||
frontend:
|
paste:
|
||||||
image: fascinated/paste-frontend:latest
|
|
||||||
restart: always
|
|
||||||
environment:
|
|
||||||
NEXT_PUBLIC_API_ENDPOINT: http://localhost:3005
|
|
||||||
ports:
|
|
||||||
- "3000:80"
|
|
||||||
backend:
|
|
||||||
image: fascinated/paste-backend:latest
|
image: fascinated/paste-backend:latest
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
|
Reference in New Issue
Block a user