mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-23 09:51:01 +00:00
try to fix postgres service
This commit is contained in:
parent
69c2fe19e4
commit
003852f884
1 changed files with 5 additions and 5 deletions
10
.drone.yml
10
.drone.yml
|
@ -54,8 +54,8 @@ steps:
|
|||
- refs/tags/*
|
||||
|
||||
services:
|
||||
- name: postgres
|
||||
image: postgres:12-alpine
|
||||
environment:
|
||||
POSTGRES_USER: lemmy
|
||||
POSTGRES_PASSWORD: password
|
||||
- name: postgres
|
||||
image: postgres:12-alpine
|
||||
environment:
|
||||
POSTGRES_USER: lemmy
|
||||
POSTGRES_PASSWORD: password
|
||||
|
|
Loading…
Reference in a new issue