Compare commits
No commits in common. "b2b78e001509d25d4d9c6da88597a1fdba958b92" and "157e81e6e5c81ba813d8bcecc4cfe6f51c9a7dba" have entirely different histories.
b2b78e0015
...
157e81e6e5
@ -143,7 +143,7 @@ input, textarea, select, label {
|
||||
input, select, textarea {
|
||||
outline: 0;
|
||||
padding: 0.25em 0.5em;
|
||||
color: #241e1e;
|
||||
color: #bdc7b8;
|
||||
background-color: #bdc7b805;
|
||||
}
|
||||
|
||||
|
@ -8,7 +8,7 @@ services:
|
||||
volumes:
|
||||
- "./:/app/code"
|
||||
- "../tank:/tank"
|
||||
# - "/var/run/libvirt/libvirt-sock:/var/run/libvirt/libvirt-sock"
|
||||
- "/var/run/libvirt/libvirt-sock:/var/run/libvirt/libvirt-sock"
|
||||
depends_on:
|
||||
- db
|
||||
ports:
|
||||
@ -23,6 +23,8 @@ services:
|
||||
# The image uses gunicorn by default, let's override it with Flask's
|
||||
# built-in development server
|
||||
command: ["flask", "run", "-h", "0.0.0.0", "-p", "5000"]
|
||||
devices:
|
||||
- "/dev/kvm:/dev/kvm"
|
||||
db:
|
||||
image: "postgres:9.6.5-alpine"
|
||||
volumes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user