Изменения докера
This commit is contained in:
parent
cdf4aae867
commit
6a8eed7a07
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
.venv
|
.venv
|
||||||
.idea
|
.idea
|
||||||
.gitignore
|
.gitignore
|
||||||
|
.git
|
||||||
bp/images/*
|
bp/images/*
|
||||||
bp/backgrounds/*
|
bp/backgrounds/*
|
||||||
bp/avatars/*
|
bp/avatars/*
|
||||||
|
|
|
@ -7,6 +7,5 @@ services:
|
||||||
container_name: uploader_server
|
container_name: uploader_server
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:55555:8000
|
- 127.0.0.1:55555:8000
|
||||||
restart: always
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./bp:/BP/app/static/images
|
- ./bp:/BP/app/static/images
|
||||||
|
|
Loading…
Add table
Reference in a new issue