mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-10 23:50:12 +00:00
Removed env_file from docker-compose file
This commit is contained in:
parent
cd36161746
commit
661d0611fc
1 changed files with 0 additions and 10 deletions
|
@ -199,11 +199,6 @@ services:
|
|||
backend:
|
||||
image: baserow/backend:1.24.2
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- path: ./.env
|
||||
required: false
|
||||
- path: ./.env.docker
|
||||
required: false
|
||||
|
||||
environment:
|
||||
<<: *backend-variables
|
||||
|
@ -249,11 +244,6 @@ services:
|
|||
- backend
|
||||
networks:
|
||||
local:
|
||||
env_file:
|
||||
- path: ./.env
|
||||
required: false
|
||||
- path: ./.env.docker
|
||||
required: false
|
||||
|
||||
celery:
|
||||
image: baserow/backend:1.24.2
|
||||
|
|
Loading…
Add table
Reference in a new issue