This commit is contained in:
parent
a39cf380a4
commit
cb8b605383
@ -19,6 +19,7 @@ RUN pipenv install --deploy --verbose
|
|||||||
FROM python:3.8-slim
|
FROM python:3.8-slim
|
||||||
RUN apt-get update && apt-get install --no-install-recommends -y \
|
RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||||
cloud-utils \
|
cloud-utils \
|
||||||
|
libpq5 \
|
||||||
libvirt-clients \
|
libvirt-clients \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
virtinst
|
virtinst
|
||||||
|
@ -3,7 +3,7 @@ version: "3.6"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: capsul-local
|
image: kn0fl00k/capsul:latest
|
||||||
build: .
|
build: .
|
||||||
volumes:
|
volumes:
|
||||||
- "./:/app/code"
|
- "./:/app/code"
|
||||||
@ -24,7 +24,7 @@ services:
|
|||||||
# built-in development server
|
# built-in development server
|
||||||
command: ["flask", "run", "-h", "0.0.0.0", "-p", "5000"]
|
command: ["flask", "run", "-h", "0.0.0.0", "-p", "5000"]
|
||||||
db:
|
db:
|
||||||
image: "postgres:12-alpine"
|
image: "postgres:14-alpine"
|
||||||
volumes:
|
volumes:
|
||||||
- "postgres:/var/lib/postgresql/data"
|
- "postgres:/var/lib/postgresql/data"
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user