Commit b232ab5e41613b08236cdaa897165d6032c50a54

Authored by Etienne Pallier
1 parent 201f0027
Exists in dev

ajout commentaires

Showing 2 changed files with 4 additions and 1 deletions   Show diff stats
.gitignore
... ... @@ -74,6 +74,8 @@ data/*
74 74 !data/README.md
75 75  
76 76 PYROS_OBSERVATORY/*
  77 +
  78 +# Specific private config
77 79 config/config_pyros.yml
78 80 config/general/private/*
79 81 config/observatory/private/*
... ... @@ -82,6 +84,7 @@ config/pyros_observatory/*/history/
82 84 config/pyros_observatory/*/obsconfig.p
83 85 src/core/pyros_django/obs_config/fixtures/obsconfig.p
84 86 src/core/pyros_django/obs_config/fixtures/history/*
  87 +
85 88 src/core/pyros_django/sequences_pickle/
86 89 src/core/guitastro
87 90  
... ...
docker/PYROS_DOCKER_START.sh
... ... @@ -9,7 +9,7 @@ echo
9 9 echo "Then START:"
10 10 docker-compose up -d
11 11  
  12 +# See started containers
12 13 echo
13 14 echo "Started containers for pyros:"
14   -# See started containers
15 15 docker ps | grep pyros
... ...