Server transfer
This commit is contained in:
@@ -1,23 +1,24 @@
|
||||
services:
|
||||
app:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
|
||||
container_name: avsa_form_app
|
||||
restart: always
|
||||
container_name: avsa_form_app
|
||||
restart: always
|
||||
|
||||
volumes:
|
||||
volumes:
|
||||
- ../app:/app
|
||||
|
||||
command: waitress-serve --call 'hello:create_app'
|
||||
command: waitress-serve --call 'hello:create_app'
|
||||
|
||||
env_file:
|
||||
env_file:
|
||||
- app.env
|
||||
- db.env
|
||||
|
||||
networks:
|
||||
- reverse-proxy
|
||||
- avsa_form
|
||||
networks:
|
||||
- reverse-proxy
|
||||
- avsa_form
|
||||
|
||||
db:
|
||||
image: postgres:13.1
|
||||
@@ -33,4 +34,4 @@ services:
|
||||
networks:
|
||||
avsa_form:
|
||||
reverse-proxy:
|
||||
external: true
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user