Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Oct 6, 2023
1 parent 4abf36a commit 8c774c2
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,17 @@
version: "3.4"
services:
revad:
# image: ${REVAD_IMAGE}
build:
context: ../../
dockerfile: docker/Dockerfile.revad-eos
image: ${REVAD_IMAGE}
# build:
# context: ../../
# dockerfile: docker/Dockerfile.revad-eos
volumes:
- ../revad:/etc/revad
working_dir: /etc/revad/
healthcheck:
test: sleep 5
eos-storage:
image: ${EOS_FULL_IMAGE}
# build:
# # context: ../../
# context: eos-storage
# dockerfile: Dockerfile
# volumes:
# - ./eos-storage/scripts:/mnt/scripts
# - ./eos-storage/sssd/sssd.conf:/etc/sssd/sssd.conf
# entrypoint: /mnt/scripts/eos-run.sh
security_opt:
- seccomp:unconfined
ulimits:
Expand Down

0 comments on commit 8c774c2

Please sign in to comment.