feat:: add configs && stack 💯

This commit is contained in:
2020-09-29 18:37:27 +08:00
commit c8d083686d
11 changed files with 235 additions and 0 deletions

20
stack/build.yaml Normal file
View File

@@ -0,0 +1,20 @@
version: "3.8"
services:
node:
image: hub.local:3500/cnphpbb/node:14-alpine
restart: always
tty: true
command: sh
volumes:
- "/data/databanks/build-sync:/data"
working_dir: /data
golang:
image: hub.local:3500/golang:1.15-alpine
restart: always
tty: true
command: sh
volumes:
- "/data/databanks/build-sync:/data"
working_dir: /data