From: Guillaume Pellerin Date: Tue, 19 Apr 2016 10:00:44 +0000 (+0200) Subject: rename env X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6d808e6122c522769ad905b05a66ab68fae49b9a;p=mezzo.git rename env --- diff --git a/conf/dev.yml b/conf/dev.yml deleted file mode 100644 index ffd7fd27..00000000 --- a/conf/dev.yml +++ /dev/null @@ -1,29 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2015 Guillaume Pellerin - -# Manifeste is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. - -# Manifeste is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with Manifeste. If not, see . - -# Authors: -# Guillaume Pellerin - - -app: - command: /bin/sh deploy/start_app.sh --runserver - volumes: - - ./app/:/srv/app - ports: - - "9010:8000" - environment: - - DEBUG='True' diff --git a/conf/eve.yml b/conf/eve.yml deleted file mode 100644 index 8190bff5..00000000 --- a/conf/eve.yml +++ /dev/null @@ -1,30 +0,0 @@ - # -*- coding: utf-8 -*- -# -# Copyright (c) 2015 Guillaume Pellerin - -# Manifeste is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. - -# Manifeste is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with Manifeste. If not, see . - -# Authors: -# Guillaume Pellerin - -evedb: - image: postgres - volumes: - - ./data/var/lib/postgresql/eve/data/:/var/lib/postgresql/data - volumes_from: - - data - environment: - - POSTGRES_PASSWORD=mysecretpassword - - POSTGRES_USER=postgres - - POSTGRES_DB=eve diff --git a/conf/lib.yml b/conf/lib.yml deleted file mode 100644 index 839cb249..00000000 --- a/conf/lib.yml +++ /dev/null @@ -1,25 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2015 Guillaume Pellerin - -# Manifeste is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. - -# Manifeste is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with Manifeste. If not, see . - -# Authors: -# Guillaume Pellerin - - -app: - volumes: - - ./app/:/srv/app - - ./lib/mezzanine-agenda/:/srv/lib/mezzanine-agenda diff --git a/env/dev.yml b/env/dev.yml new file mode 100644 index 00000000..ffd7fd27 --- /dev/null +++ b/env/dev.yml @@ -0,0 +1,29 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2015 Guillaume Pellerin + +# Manifeste is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. + +# Manifeste is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with Manifeste. If not, see . + +# Authors: +# Guillaume Pellerin + + +app: + command: /bin/sh deploy/start_app.sh --runserver + volumes: + - ./app/:/srv/app + ports: + - "9010:8000" + environment: + - DEBUG='True' diff --git a/env/eve.yml b/env/eve.yml new file mode 100644 index 00000000..8190bff5 --- /dev/null +++ b/env/eve.yml @@ -0,0 +1,30 @@ + # -*- coding: utf-8 -*- +# +# Copyright (c) 2015 Guillaume Pellerin + +# Manifeste is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. + +# Manifeste is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with Manifeste. If not, see . + +# Authors: +# Guillaume Pellerin + +evedb: + image: postgres + volumes: + - ./data/var/lib/postgresql/eve/data/:/var/lib/postgresql/data + volumes_from: + - data + environment: + - POSTGRES_PASSWORD=mysecretpassword + - POSTGRES_USER=postgres + - POSTGRES_DB=eve diff --git a/env/lib.yml b/env/lib.yml new file mode 100644 index 00000000..839cb249 --- /dev/null +++ b/env/lib.yml @@ -0,0 +1,25 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2015 Guillaume Pellerin + +# Manifeste is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. + +# Manifeste is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with Manifeste. If not, see . + +# Authors: +# Guillaume Pellerin + + +app: + volumes: + - ./app/:/srv/app + - ./lib/mezzanine-agenda/:/srv/lib/mezzanine-agenda