mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
removed docker files on master branch
This commit is contained in:
parent
cbe491f1af
commit
7e9698eae5
3 changed files with 0 additions and 25 deletions
|
@ -1,6 +0,0 @@
|
|||
__pycache__
|
||||
config.json
|
||||
planning.txt
|
||||
README.md
|
||||
.git
|
||||
.vscode
|
|
@ -1,4 +0,0 @@
|
|||
FROM python:3.7-slim-buster
|
||||
WORKDIR /fedibooks
|
||||
COPY . fedibooks
|
||||
RUN pip install -r requirements.txt
|
|
@ -1,15 +0,0 @@
|
|||
version: '3'
|
||||
services:
|
||||
fedibooks:
|
||||
build: .
|
||||
links:
|
||||
- db
|
||||
ports:
|
||||
5000:5000
|
||||
db:
|
||||
image: mariadb/server:10.4
|
||||
environment:
|
||||
MARIADB_ROOT_PASSWORD: root
|
||||
MARIADB_DATABASE: fedibooks
|
||||
MARIADB_USER: fedibooks
|
||||
MARIADB_PASSWORD: fedibooks
|
Loading…
Reference in a new issue