Compare commits

...

2 Commits

Author SHA1 Message Date
Pan'kov Maksim 2f2de3a898 next services 2023-06-11 21:25:32 +03:00
Pan'kov Maksim a541c3b1ac gitea 2023-06-11 15:45:03 +03:00
4 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,10 @@ networks:
external: false external: false
services: services:
# db:
# image: postgres
# container_name: gitea_db
server: server:
image: gitea/gitea image: gitea/gitea
container_name: gitea container_name: gitea

View File

@ -0,0 +1 @@
ln -s $(pwd)/gitea.nginx.conf /etc/nginx/sites-enabled/gitea.nginx.conf

View File

@ -0,0 +1 @@
ln -s $(pwd)/pigallery.nginx.conf /etc/nginx/sites-enabled/pigallery.nginx.conf

View File

@ -0,0 +1 @@
ln -s $(pwd)/portainer.nginx.conf /etc/nginx/sites-enabled/portainer.nginx.conf