mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 01:20:24 +03:00
12 lines
293 B
YAML
12 lines
293 B
YAML
version: '3'
|
|
|
|
services:
|
|
shlink_web_client_node:
|
|
container_name: shlink_web_client_node
|
|
image: node:10.4.1-alpine
|
|
command: /bin/sh -c "cd /home/shlink/www && yarn install && yarn start"
|
|
volumes:
|
|
- ./:/home/shlink/www
|
|
ports:
|
|
- "3000:3000"
|
|
- "56745:56745"
|