@gameon/web
Version:
Chat clients for web
36 lines (31 loc) • 562 B
YAML
services:
main:
build:
context: .
secrets:
- npmrc
volumes:
- src-data:/app
configs:
- source: npmrc
target: /app/.npmrc
env_file: ./dev.env
command: ['tail', '-f', '/dev/null']
ports:
- '3131:3131'
bg-sync:
image: gcr.io/gameon-clusters/docker-bgsync
volumes:
- .:/source
- src-data:/app
environment:
- SYNC_DESTINATION=/app
privileged: true
volumes:
src-data:
secrets:
npmrc:
file: ${HOME}/.npmrc
configs:
npmrc:
file: ${HOME}/.npmrc