mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Deleted confusing docker-compose.yml
This commit is contained in:
25
docker/docker-compose.yml
vendored
25
docker/docker-compose.yml
vendored
@@ -1,25 +0,0 @@
|
|||||||
version: "3.7"
|
|
||||||
|
|
||||||
services:
|
|
||||||
db:
|
|
||||||
image: "postgres"
|
|
||||||
environment:
|
|
||||||
- "POSTGRES_PASSWORD=pyshelf"
|
|
||||||
- "POSTGRES_USER=pyshelf"
|
|
||||||
- "POSTGRES_DB=pyshelf"
|
|
||||||
volumes:
|
|
||||||
- "pgdata:/var/lib/postgresql/data/"
|
|
||||||
|
|
||||||
pyshelf:
|
|
||||||
build:
|
|
||||||
context: ..
|
|
||||||
dockerfile: ./docker/Dockerfile
|
|
||||||
ports:
|
|
||||||
- "8080:8000"
|
|
||||||
volumes:
|
|
||||||
- "../books:/books"
|
|
||||||
depends_on:
|
|
||||||
- db
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
pgdata:
|
|
||||||
Reference in New Issue
Block a user