Browse Source

add postgres deps in gogs role

services
Edoardo Putti 8 years ago
parent
commit
cadbc04554
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      roles/gogs/meta/main.yaml

+ 1
- 4
roles/gogs/meta/main.yaml View File

@ -1,7 +1,4 @@
---
dependencies:
- nginx
- nginx_proxy
server_name: "projects.lilik.it"
config_name: "gogs"
remote_host: "http://127.0.0.1:3000"
- { role: nginx_proxy, server_name: "gogs", config_name: "gogs", remote_host: "http://127.0.0.1:3000" }

Loading…
Cancel
Save