1
0
Fork 0
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:
Lynne Megido 2019-09-18 13:11:33 +10:00
parent cbe491f1af
commit 7e9698eae5
3 changed files with 0 additions and 25 deletions

View file

@ -1,6 +0,0 @@
__pycache__
config.json
planning.txt
README.md
.git
.vscode

View file

@ -1,4 +0,0 @@
FROM python:3.7-slim-buster
WORKDIR /fedibooks
COPY . fedibooks
RUN pip install -r requirements.txt

View file

@ -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