linting with biome...
This commit is contained in:
parent
da2e7da762
commit
f19b9f3b36
263 changed files with 3013 additions and 2754 deletions
|
@ -10,15 +10,15 @@ services:
|
|||
POSTGRES_DB: local
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
server:
|
||||
build: .
|
||||
pull_policy: always
|
||||
restart: always
|
||||
ports:
|
||||
- 127.0.0.1:3000:3000
|
||||
environment:
|
||||
DATABASE_URL: postgres://root:mysecretpassword@db:5432/local
|
||||
depends_on:
|
||||
- db
|
||||
# server:
|
||||
# build: .
|
||||
# pull_policy: always
|
||||
# restart: always
|
||||
# ports:
|
||||
# - 127.0.0.1:3000:3000
|
||||
# environment:
|
||||
# DATABASE_URL: postgres://root:mysecretpassword@db:5432/local
|
||||
# depends_on:
|
||||
# - db
|
||||
volumes:
|
||||
pgdata:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue