Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
W
wolfxmc-money
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
wolfxmc-money
Commits
58deea1d
Commit
58deea1d
authored
Jan 07, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stack
parent
a833fb5e
Pipeline
#2000
failed with stages
in 6 minutes and 58 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
.dockerignore
.dockerignore
+1
-0
stack/docker-compose.yml
stack/docker-compose.yml
+1
-1
stack/run.sh
stack/run.sh
+8
-0
No files found.
.dockerignore
View file @
58deea1d
...
...
@@ -112,3 +112,4 @@ Dockerfile
.gitlab-ci.yml
/config.yaml
.idea
stack
docker-compose.yml
→
stack/
docker-compose.yml
View file @
58deea1d
version
:
'
2
.4
'
version
:
'
2'
services
:
wolfx
:
image
:
nanahira/wolfx-money
...
...
stack/run.sh
0 → 100644
View file @
58deea1d
#!/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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment