10 lines
205 B
YAML
10 lines
205 B
YAML
|
services:
|
||
|
webapp:
|
||
|
image: toogether/webapp
|
||
|
ports:
|
||
|
- "80:3000"
|
||
|
build:
|
||
|
context: ./
|
||
|
dockerfile: Dockerfile
|
||
|
environment:
|
||
|
- NEXT_PUBLIC_API_URL=http://api:3000
|