mirror of
https://github.com/status-im/universal-links-handler.git
synced 2025-02-23 08:08:08 +00:00
10 lines
117 B
YAML
10 lines
117 B
YAML
version: '3'
|
|
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
environment:
|
|
PORT: 80
|
|
ports:
|
|
- 8080:80
|