mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-11 01:10:29 +00:00
remove docker socket mount
This commit is contained in:
parent
b79c10c122
commit
69c2fe19e4
@ -21,9 +21,6 @@ steps:
|
|||||||
|
|
||||||
- name: run federation tests
|
- name: run federation tests
|
||||||
image: docker/compose:alpine-1.27.4
|
image: docker/compose:alpine-1.27.4
|
||||||
volumes:
|
|
||||||
- name: docker_sock
|
|
||||||
path: /var/run/docker.sock
|
|
||||||
commands:
|
commands:
|
||||||
- cd docker/travis/
|
- cd docker/travis/
|
||||||
- mkdir -p volumes/pictrs_{alpha,beta,gamma,delta,epsilon}
|
- mkdir -p volumes/pictrs_{alpha,beta,gamma,delta,epsilon}
|
||||||
@ -62,8 +59,3 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: lemmy
|
POSTGRES_USER: lemmy
|
||||||
POSTGRES_PASSWORD: password
|
POSTGRES_PASSWORD: password
|
||||||
|
|
||||||
volumes:
|
|
||||||
- name: docker_sock
|
|
||||||
host:
|
|
||||||
path: /var/run/docker.sock
|
|
||||||
|
Loading…
Reference in New Issue
Block a user