Compare commits
4 Commits
157e81e6e5
...
b2b78e0015
Author | SHA1 | Date | |
---|---|---|---|
|
b2b78e0015 | ||
|
d6f4be8197 | ||
|
5d3d0a1c5e | ||
|
fc7e264178 |
@ -143,7 +143,7 @@ input, textarea, select, label {
|
|||||||
input, select, textarea {
|
input, select, textarea {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
padding: 0.25em 0.5em;
|
padding: 0.25em 0.5em;
|
||||||
color: #bdc7b8;
|
color: #241e1e;
|
||||||
background-color: #bdc7b805;
|
background-color: #bdc7b805;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "./:/app/code"
|
- "./:/app/code"
|
||||||
- "../tank:/tank"
|
- "../tank:/tank"
|
||||||
- "/var/run/libvirt/libvirt-sock:/var/run/libvirt/libvirt-sock"
|
# - "/var/run/libvirt/libvirt-sock:/var/run/libvirt/libvirt-sock"
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
ports:
|
ports:
|
||||||
@ -23,8 +23,6 @@ services:
|
|||||||
# The image uses gunicorn by default, let's override it with Flask's
|
# The image uses gunicorn by default, let's override it with Flask's
|
||||||
# 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"]
|
||||||
devices:
|
|
||||||
- "/dev/kvm:/dev/kvm"
|
|
||||||
db:
|
db:
|
||||||
image: "postgres:9.6.5-alpine"
|
image: "postgres:9.6.5-alpine"
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user