Skip to content

Commit

Permalink
fix: update networking for Yacht (#5)
Browse files Browse the repository at this point in the history
If Yacht isn't on the correct network, the NGINX service fails because it can't find it.
  • Loading branch information
mikejgray authored Oct 24, 2024
1 parent d8251bf commit 2b55b5e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ansible/templates/yacht-stack.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,20 @@ volumes:
driver: local
name: yacht_config
networks:
neon-core:
neon_neon-core:
external: true

services:
yacht:
image: selfhostedpro/yacht
restart: unless-stopped
container_name: yacht
networks:
neon_neon-core:
aliases:
- yacht
ports:
- 8000:8000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- yacht_config:/config
- yacht_config:/config

0 comments on commit 2b55b5e

Please sign in to comment.