Commit 58deea1d authored by nanahira's avatar nanahira

stack

parent a833fb5e
Pipeline #2000 failed with stages
in 6 minutes and 58 seconds
...@@ -112,3 +112,4 @@ Dockerfile ...@@ -112,3 +112,4 @@ Dockerfile
.gitlab-ci.yml .gitlab-ci.yml
/config.yaml /config.yaml
.idea .idea
stack
version: '2.4' version: '2'
services: services:
wolfx: wolfx:
image: nanahira/wolfx-money image: nanahira/wolfx-money
......
#!/bin/bash
# curl https://water.mycard.moe:9000/nanahira/wolfx/run.sh | sudo bash -
apt-get update
apt-get -y install docker.io python3-pip
/usr/bin/pip3 install -U pip
/usr/local/bin/pip install -U docker-compose
wget -O docker-compose.yml https://water.mycard.moe:9000/nanahira/wolfx/docker-compose.yml
docker-compose up
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment