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