Skip to content

Commit

Permalink
restore original docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Dec 28, 2024
1 parent d95407e commit c6722ea
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
1 change: 0 additions & 1 deletion publisher/.#docker-compose.yml

This file was deleted.

20 changes: 20 additions & 0 deletions publisher/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
services:
publisher:
image: radio-t/publisher
build: .
hostname: publisher
container_name: publisher
restart: always
logging:
driver: json-file
options:
max-size: "10m"
max-file: "5"
environment:
- RT_NEWS_ADMIN
volumes:
- ../:/srv/
- /Volumes/DataExt/Podcasts/radio-t:/Volumes/DataExt/Podcasts/radio-t
- /Volumes/Podcasts/radio-t:/Volumes/Podcasts/radio-t
- /Users/umputun/.ssh/id_rsa.pub:/home/app/.ssh/id_rsa.pub
- /Users/umputun/.ssh/id_rsa:/home/app/.ssh/id_rsa

0 comments on commit c6722ea

Please sign in to comment.